Html Css Color HEX #F21FE6 Razzle Dazzle Rose

📋 copy color: '#F21FE6'

red 242 ◦ green 31 ◦ blue 230

#F21FE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F21FE6

Tints of Razzle Dazzle Rose #F21FE6

RGB

 RED value IS 242 (94.92% from 255) = 48.11%

 GREEN value IS 31 (12.5% from 255) = 6.16%

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 48.11%
G = 6.16%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F21FE6 (or 0xF21FE6) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1F and E6. RGB value is (242,31,230). Sum of RGB (Red+Green+Blue) = 242+31+230=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21FE6 is #0DE019. Grayscale: #747474. Windows color (decimal): -909338 or 15081458. OLE color: 15081458.

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

Color convert

RGB 242 31 230 -
CMYK 0 0.87 0.05 0.05
HSL 303.41º 0.89% 0.54% -
HSV(B) 303.41º 0.87% 0.95% -
XYZ 51.39 25.57 77.09 -
YUV 116.78 191.9 217.32 -
System Red Green Blue C M Y K H S L
Decimal 242 31 230 0 0.87 0.05 0.05 303.41 0.89 0.54
Hex F2 1F E6 0 57 5 5 12F 59 36
Octal 362 37 346 0 127 5 5 457 131 66
Binary 11110010 11111 11100110 0 1010111 101 101 100101111 1011001 110110

Color Harmonies of #F21FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FE6

Black with #F21FE6

Text Example


Text Example

White with #F21FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FE6; }

 p { color: rgb(242,31,230); }

 H1.HeaderClassName
 {
   color: #F21FE6;
 }
 .AnyTagClassName
 {
   color: #F21FE6;
 }
</style>

background-color css

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

 a { background-color: rgb(242,31,230); }

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

border-color css

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

 span { border-color: rgb(242,31,230); }

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