#F240E1

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

Shades of Razzle Dazzle Rose #F240E1

Tints of Razzle Dazzle Rose #F240E1

Color information

#F240E1 (or 0xF240E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 40 and E1. RGB value is (242,64,225). Sum of RGB (Red+Green+Blue) = 242+64+225=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F240E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240E1 is #0DBF1E. Grayscale: #878787. Windows color (decimal): -900895 or 14762226. OLE color: 14762226.

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

Color convert

RGB24264225-
CMYK00.740.070.05
HSL305.73º87.25%60%-
HSV(B)305.73º73.55%94.9%-
XYZ52.0427.9873.89-
YUV135.58178.47203.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 64 (25.39% from 255) = 12.05%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=45.57%
G=12.05%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426422500.740.070.05305.7387.2560
HexF240E104A75132573c
Octal36210034101127546212774
Binary11110010100000011100001010010101111011001100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F240E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F240E1; }

 p { color: rgb(242,64,225); }

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

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

 a { background-color: rgb(242,64,225); }

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

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

 span { border-color: rgb(242,64,225); }

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