Html Css Color HEX #F03ADB Razzle Dazzle Rose

📋 copy color: '#F03ADB'

red 240 ◦ green 58 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F03ADB

Tints of Razzle Dazzle Rose #F03ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.22%

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

R = 46.42%
G = 11.22%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F03ADB (or 0xF03ADB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3A and DB. RGB value is (240,58,219). Sum of RGB (Red+Green+Blue) = 240+58+219=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ADB is #0FC524. Grayscale: #828282. Windows color (decimal): -1033509 or 14367472. OLE color: 14367472.

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

Color convert

RGB 240 58 219 -
CMYK 0 0.76 0.09 0.06
HSL 306.92º 0.86% 0.58% -
HSV(B) 306.92º 0.76% 0.94% -
XYZ 50.23 26.67 69.52 -
YUV 130.77 177.8 205.91 -
System Red Green Blue C M Y K H S L
Decimal 240 58 219 0 0.76 0.09 0.06 306.92 0.86 0.58
Hex F0 3A DB 0 4C 9 6 133 56 3A
Octal 360 72 333 0 114 11 6 463 126 72
Binary 11110000 111010 11011011 0 1001100 1001 110 100110011 1010110 111010

Color Harmonies of #F03ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03ADB

Black with #F03ADB

Text Example


Text Example

White with #F03ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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