Html Css Color HEX #F01DDB Razzle Dazzle Rose

📋 copy color: '#F01DDB'

red 240 ◦ green 29 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F01DDB

Tints of Razzle Dazzle Rose #F01DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.94%

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

R = 49.18%
G = 5.94%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F01DDB (or 0xF01DDB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1D and DB. RGB value is (240,29,219). Sum of RGB (Red+Green+Blue) = 240+29+219=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DDB is #0FE224. Grayscale: #717171. Windows color (decimal): -1040933 or 14360048. OLE color: 14360048.

HSL color Cylindrical-coordinate representation of color #F01DDB: hue angle of 305.97º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01DDB is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 29 219 -
CMYK 0 0.88 0.09 0.06
HSL 305.97º 0.88% 0.53% -
HSV(B) 305.97º 0.88% 0.94% -
XYZ 49.16 24.52 69.16 -
YUV 113.75 187.4 218.05 -
System Red Green Blue C M Y K H S L
Decimal 240 29 219 0 0.88 0.09 0.06 305.97 0.88 0.53
Hex F0 1D DB 0 58 9 6 132 58 35
Octal 360 35 333 0 130 11 6 462 130 65
Binary 11110000 11101 11011011 0 1011000 1001 110 100110010 1011000 110101

Color Harmonies of #F01DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DDB

Black with #F01DDB

Text Example


Text Example

White with #F01DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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