#F242B4

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

Shades of Razzle Dazzle Rose #F242B4

Tints of Razzle Dazzle Rose #F242B4

Color information

#F242B4 (or 0xF242B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 42 and B4. RGB value is (242,66,180). Sum of RGB (Red+Green+Blue) = 242+66+180=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F242B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F242B4 is #0DBD4B. Grayscale: #838383. Windows color (decimal): -900428 or 11813618. OLE color: 11813618.

HSL color Cylindrical-coordinate representation of color #F242B4: hue angle of 321.14º degrees, saturation: 0.87, 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 #F242B4 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24266180-
CMYK00.730.260.05
HSL321.14º87.13%60.39%-
HSV(B)321.14º72.73%94.9%-
XYZ46.826.0745.74-
YUV131.62155.31206.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.59%
GREEN value IS 66 (26.17% from 255) = 13.52%
BLUE value IS 180 (70.70% from 255) = 36.89%
R=49.59%
G=13.52%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426618000.730.260.05321.1487.1360.39
HexF242B40491A5141573c
Octal362102264011132550112774
Binary1111001010000101011010001001001110101011010000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F242B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F242B4; }

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

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

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

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

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

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

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

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