Html Css Color HEX #F02EDD Razzle Dazzle Rose

📋 copy color: '#F02EDD'

red 240 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F02EDD

Tints of Razzle Dazzle Rose #F02EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.07%

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 47.34%
G = 9.07%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F02EDD (or 0xF02EDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2E and DD. RGB value is (240,46,221). Sum of RGB (Red+Green+Blue) = 240+46+221=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EDD is #0FD122. Grayscale: #7B7B7B. Windows color (decimal): -1036579 or 14495472. OLE color: 14495472.

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

Color convert

RGB 240 46 221 -
CMYK 0 0.81 0.08 0.06
HSL 305.88º 0.87% 0.56% -
HSV(B) 305.88º 0.81% 0.94% -
XYZ 49.96 25.7 70.73 -
YUV 123.96 182.77 210.77 -
System Red Green Blue C M Y K H S L
Decimal 240 46 221 0 0.81 0.08 0.06 305.88 0.87 0.56
Hex F0 2E DD 0 51 8 6 132 57 38
Octal 360 56 335 0 121 10 6 462 127 70
Binary 11110000 101110 11011101 0 1010001 1000 110 100110010 1010111 111000

Color Harmonies of #F02EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02EDD

Black with #F02EDD

Text Example


Text Example

White with #F02EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02EDD; }

 p { color: rgb(240,46,221); }

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

background-color css

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

 a { background-color: rgb(240,46,221); }

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

border-color css

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

 span { border-color: rgb(240,46,221); }

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