Html Css Color HEX #F021E7 Razzle Dazzle Rose

📋 copy color: '#F021E7'

red 240 ◦ green 33 ◦ blue 231

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

Shades of Razzle Dazzle Rose #F021E7

Tints of Razzle Dazzle Rose #F021E7

RGB

 RED value IS 240 (94.14% from 255) = 47.62%

 GREEN value IS 33 (13.28% from 255) = 6.55%

 BLUE value IS 231 (90.63% from 255) = 45.83%

R = 47.62%
G = 6.55%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F021E7 (or 0xF021E7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 21 and E7. RGB value is (240,33,231). Sum of RGB (Red+Green+Blue) = 240+33+231=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F021E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F021E7 is #0FDE18. Grayscale: #747474. Windows color (decimal): -1039897 or 15147504. OLE color: 15147504.

HSL color Cylindrical-coordinate representation of color #F021E7: hue angle of 302.61º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F021E7 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 231 -
CMYK 0 0.86 0.04 0.06
HSL 302.61º 0.87% 0.54% -
HSV(B) 302.61º 0.86% 0.94% -
XYZ 50.9 25.38 77.82 -
YUV 117.47 192.08 215.4 -
System Red Green Blue C M Y K H S L
Decimal 240 33 231 0 0.86 0.04 0.06 302.61 0.87 0.54
Hex F0 21 E7 0 56 4 6 12F 57 36
Octal 360 41 347 0 126 4 6 457 127 66
Binary 11110000 100001 11100111 0 1010110 100 110 100101111 1010111 110110

Color Harmonies of #F021E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021E7

Black with #F021E7

Text Example


Text Example

White with #F021E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021E7; }

 p { color: rgb(240,33,231); }

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

background-color css

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

 a { background-color: rgb(240,33,231); }

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

border-color css

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

 span { border-color: rgb(240,33,231); }

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