#F138F0

Color #F138F0 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F138F0

Tints of Razzle Dazzle Rose #F138F0

Color information

#F138F0 (or 0xF138F0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 38 and F0. RGB value is (241,56,240). Sum of RGB (Red+Green+Blue) = 241+56+240=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 56 (22.27% from 255 or 10.43% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F138F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F138F0 is #0EC70F. Grayscale: #838383. Windows color (decimal): -968464 or 15743217. OLE color: 15743217.

HSL color Cylindrical-coordinate representation of color #F138F0: hue angle of 300.32º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F138F0 is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB24156240-
CMYK00.770.000.05
HSL300.32º86.85%58.24%-
HSV(B)300.32º76.76%94.51%-
XYZ53.4227.8284.99-
YUV132.29188.79205.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 56 (22.27% from 255) = 10.43%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=44.88%
G=10.43%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415624000.770.000.05300.3286.8558.24
HexF138F004D0512c573a
Octal3617036001150545412772
Binary11110001111000111100000100110101011001011001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F138F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F138F0; }

 p { color: rgb(241,56,240); }

 H1.HeaderClassName
 {
   color: #F138F0;
 }
 .AnyTagClassName
 {
   color: #F138F0;
 }
</style>
background-color css

<style>
 a { background-color: #F138F0; }

 a { background-color: rgb(241,56,240); }

 div.DivClassName
 {
   background-color: #F138F0;
 }
 .BgClassName
 {
   background-color: #F138F0;
 }
</style>
border-color css

<style>
 span { border-color: #F138F0; }

 span { border-color: rgb(241,56,240); }

 td.TdClassName
 {
   border-color: #F138F0;
 }
 .TagClassName
 {
   border-color: #F138F0;
 }
</style>