#F142B4

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

Shades of Razzle Dazzle Rose #F142B4

Tints of Razzle Dazzle Rose #F142B4

Color information

#F142B4 (or 0xF142B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 42 and B4. RGB value is (241,66,180). Sum of RGB (Red+Green+Blue) = 241+66+180=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F142B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F142B4 is #0EBD4B. Grayscale: #838383. Windows color (decimal): -965964 or 11813617. OLE color: 11813617.

HSL color Cylindrical-coordinate representation of color #F142B4: hue angle of 320.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F142B4 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB24166180-
CMYK00.730.250.05
HSL320.91º86.21%60.2%-
HSV(B)320.91º72.61%94.51%-
XYZ46.4625.8945.73-
YUV131.32155.48206.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 66 (26.17% from 255) = 13.55%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=49.49%
G=13.55%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416618000.730.250.05320.9186.2160.2
HexF142B4049195141563c
Octal361102264011131550112674
Binary1111000110000101011010001001001110011011010000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F142B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F142B4; }

 p { color: rgb(241,66,180); }

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

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

 a { background-color: rgb(241,66,180); }

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

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

 span { border-color: rgb(241,66,180); }

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