#F241B6

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

Shades of Razzle Dazzle Rose #F241B6

Tints of Razzle Dazzle Rose #F241B6

Color information

#F241B6 (or 0xF241B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 41 and B6. RGB value is (242,65,182). Sum of RGB (Red+Green+Blue) = 242+65+182=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F241B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241B6 is #0DBE49. Grayscale: #828282. Windows color (decimal): -900682 or 11944434. OLE color: 11944434.

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

Color convert

RGB24265182-
CMYK00.730.250.05
HSL320.34º87.19%60.2%-
HSV(B)320.34º73.14%94.9%-
XYZ46.9526.0446.81-
YUV131.26156.64206.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.49%
GREEN value IS 65 (25.78% from 255) = 13.29%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=49.49%
G=13.29%
B=37.22%

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
Decimal2426518200.730.250.05320.3487.1960.2
HexF241B6049195140573c
Octal362101266011131550012774
Binary1111001010000011011011001001001110011011010000001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F241B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F241B6; }

 p { color: rgb(242,65,182); }

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

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

 a { background-color: rgb(242,65,182); }

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

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

 span { border-color: rgb(242,65,182); }

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