Html Css Color HEX #F02EDB Razzle Dazzle Rose

📋 copy color: '#F02EDB'

red 240 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F02EDB

Tints of Razzle Dazzle Rose #F02EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 47.52%
G = 9.11%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F02EDB (or 0xF02EDB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2E and DB. RGB value is (240,46,219). Sum of RGB (Red+Green+Blue) = 240+46+219=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EDB is #0FD124. Grayscale: #7B7B7B. Windows color (decimal): -1036581 or 14364400. OLE color: 14364400.

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

Color convert

RGB 240 46 219 -
CMYK 0 0.81 0.09 0.06
HSL 306.49º 0.87% 0.56% -
HSV(B) 306.49º 0.81% 0.94% -
XYZ 49.7 25.59 69.34 -
YUV 123.73 181.77 210.93 -
System Red Green Blue C M Y K H S L
Decimal 240 46 219 0 0.81 0.09 0.06 306.49 0.87 0.56
Hex F0 2E DB 0 51 9 6 132 57 38
Octal 360 56 333 0 121 11 6 462 127 70
Binary 11110000 101110 11011011 0 1010001 1001 110 100110010 1010111 111000

Color Harmonies of #F02EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02EDB

Black with #F02EDB

Text Example


Text Example

White with #F02EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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