#F241B5

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

Shades of Razzle Dazzle Rose #F241B5

Tints of Razzle Dazzle Rose #F241B5

Color information

#F241B5 (or 0xF241B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 41 and B5. RGB value is (242,65,181). Sum of RGB (Red+Green+Blue) = 242+65+181=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F241B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241B5 is #0DBE4A. Grayscale: #828282. Windows color (decimal): -900683 or 11878898. OLE color: 11878898.

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

Color convert

RGB24265181-
CMYK00.730.250.05
HSL320.68º87.19%60.2%-
HSV(B)320.68º73.14%94.9%-
XYZ46.8525.9946.26-
YUV131.15156.14207.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.59%
GREEN value IS 65 (25.78% from 255) = 13.32%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=49.59%
G=13.32%
B=37.09%

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
Decimal2426518100.730.250.05320.6887.1960.2
HexF241B5049195141573c
Octal362101265011131550112774
Binary1111001010000011011010101001001110011011010000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F241B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F241B5; }

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

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

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

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

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

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

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

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