Html Css Color HEX #F01FDB Razzle Dazzle Rose

📋 copy color: '#F01FDB'

red 240 ◦ green 31 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F01FDB

Tints of Razzle Dazzle Rose #F01FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.33%

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

R = 48.98%
G = 6.33%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F01FDB (or 0xF01FDB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1F and DB. RGB value is (240,31,219). Sum of RGB (Red+Green+Blue) = 240+31+219=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01FDB is #0FE024. Grayscale: #727272. Windows color (decimal): -1040421 or 14360560. OLE color: 14360560.

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

Color convert

RGB 240 31 219 -
CMYK 0 0.87 0.09 0.06
HSL 306.03º 0.87% 0.53% -
HSV(B) 306.03º 0.87% 0.94% -
XYZ 49.21 24.62 69.18 -
YUV 114.92 186.74 217.21 -
System Red Green Blue C M Y K H S L
Decimal 240 31 219 0 0.87 0.09 0.06 306.03 0.87 0.53
Hex F0 1F DB 0 57 9 6 132 57 35
Octal 360 37 333 0 127 11 6 462 127 65
Binary 11110000 11111 11011011 0 1010111 1001 110 100110010 1010111 110101

Color Harmonies of #F01FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01FDB

Black with #F01FDB

Text Example


Text Example

White with #F01FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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