Html Css Color HEX #F03DDB Razzle Dazzle Rose

📋 copy color: '#F03DDB'

red 240 ◦ green 61 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F03DDB

Tints of Razzle Dazzle Rose #F03DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.73%

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

R = 46.15%
G = 11.73%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F03DDB (or 0xF03DDB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3D and DB. RGB value is (240,61,219). Sum of RGB (Red+Green+Blue) = 240+61+219=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 61 (24.22% from 255 or 11.73% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03DDB is #0FC224. Grayscale: #848484. Windows color (decimal): -1032741 or 14368240. OLE color: 14368240.

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

Color convert

RGB 240 61 219 -
CMYK 0 0.75 0.09 0.06
HSL 307.04º 0.86% 0.59% -
HSV(B) 307.04º 0.75% 0.94% -
XYZ 50.39 26.98 69.57 -
YUV 132.53 176.8 204.65 -
System Red Green Blue C M Y K H S L
Decimal 240 61 219 0 0.75 0.09 0.06 307.04 0.86 0.59
Hex F0 3D DB 0 4B 9 6 133 56 3B
Octal 360 75 333 0 113 11 6 463 126 73
Binary 11110000 111101 11011011 0 1001011 1001 110 100110011 1010110 111011

Color Harmonies of #F03DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03DDB

Black with #F03DDB

Text Example


Text Example

White with #F03DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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