Html Css Color HEX #F02EDF Razzle Dazzle Rose

📋 copy color: '#F02EDF'

red 240 ◦ green 46 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F02EDF

Tints of Razzle Dazzle Rose #F02EDF

RGB

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

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

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

R = 47.15%
G = 9.04%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F02EDF (or 0xF02EDF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2E and DF. RGB value is (240,46,223). Sum of RGB (Red+Green+Blue) = 240+46+223=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EDF is #0FD120. Grayscale: #7B7B7B. Windows color (decimal): -1036577 or 14626544. OLE color: 14626544.

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

Color convert

RGB 240 46 223 -
CMYK 0 0.81 0.07 0.06
HSL 305.26º 0.87% 0.56% -
HSV(B) 305.26º 0.81% 0.94% -
XYZ 50.23 25.81 72.15 -
YUV 124.18 183.77 210.61 -
System Red Green Blue C M Y K H S L
Decimal 240 46 223 0 0.81 0.07 0.06 305.26 0.87 0.56
Hex F0 2E DF 0 51 7 6 131 57 38
Octal 360 56 337 0 121 7 6 461 127 70
Binary 11110000 101110 11011111 0 1010001 111 110 100110001 1010111 111000

Color Harmonies of #F02EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02EDF

Black with #F02EDF

Text Example


Text Example

White with #F02EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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