Html Css Color HEX #F021DF Razzle Dazzle Rose

📋 copy color: '#F021DF'

red 240 ◦ green 33 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F021DF

Tints of Razzle Dazzle Rose #F021DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 48.39%
G = 6.65%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F021DF (or 0xF021DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 21 and DF. RGB value is (240,33,223). Sum of RGB (Red+Green+Blue) = 240+33+223=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F021DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021DF is #0FDE20. Grayscale: #747474. Windows color (decimal): -1039905 or 14623216. OLE color: 14623216.

HSL color Cylindrical-coordinate representation of color #F021DF: hue angle of 304.93º 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 #F021DF is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 223 -
CMYK 0 0.86 0.07 0.06
HSL 304.93º 0.87% 0.54% -
HSV(B) 304.93º 0.86% 0.94% -
XYZ 49.8 24.94 72 -
YUV 116.55 188.08 216.05 -
System Red Green Blue C M Y K H S L
Decimal 240 33 223 0 0.86 0.07 0.06 304.93 0.87 0.54
Hex F0 21 DF 0 56 7 6 131 57 36
Octal 360 41 337 0 126 7 6 461 127 66
Binary 11110000 100001 11011111 0 1010110 111 110 100110001 1010111 110110

Color Harmonies of #F021DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021DF

Black with #F021DF

Text Example


Text Example

White with #F021DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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