Html Css Color HEX #F02DC5 Razzle Dazzle Rose

📋 copy color: '#F02DC5'

red 240 ◦ green 45 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F02DC5

Tints of Razzle Dazzle Rose #F02DC5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.34%

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 49.79%
G = 9.34%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F02DC5 (or 0xF02DC5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2D and C5. RGB value is (240,45,197). Sum of RGB (Red+Green+Blue) = 240+45+197=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F02DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02DC5 is #0FD23A. Grayscale: #787878. Windows color (decimal): -1036859 or 12922352. OLE color: 12922352.

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

Color convert

RGB 240 45 197 -
CMYK 0 0.81 0.18 0.06
HSL 313.23º 0.87% 0.56% -
HSV(B) 313.23º 0.81% 0.94% -
XYZ 46.95 24.43 55.06 -
YUV 120.63 171.1 213.14 -
System Red Green Blue C M Y K H S L
Decimal 240 45 197 0 0.81 0.18 0.06 313.23 0.87 0.56
Hex F0 2D C5 0 51 12 6 139 57 38
Octal 360 55 305 0 121 22 6 471 127 70
Binary 11110000 101101 11000101 0 1010001 10010 110 100111001 1010111 111000

Color Harmonies of #F02DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02DC5

Black with #F02DC5

Text Example


Text Example

White with #F02DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02DC5; }

 p { color: rgb(240,45,197); }

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

background-color css

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

 a { background-color: rgb(240,45,197); }

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

border-color css

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

 span { border-color: rgb(240,45,197); }

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