Html Css Color HEX #F030DC Razzle Dazzle Rose

📋 copy color: '#F030DC'

red 240 ◦ green 48 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F030DC

Tints of Razzle Dazzle Rose #F030DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.45%

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 47.24%
G = 9.45%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F030DC (or 0xF030DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and DC. RGB value is (240,48,220). Sum of RGB (Red+Green+Blue) = 240+48+220=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F030DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030DC is #0FCF23. Grayscale: #7C7C7C. Windows color (decimal): -1036068 or 14430448. OLE color: 14430448.

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

Color convert

RGB 240 48 220 -
CMYK 0 0.8 0.08 0.06
HSL 306.25º 0.86% 0.56% -
HSV(B) 306.25º 0.8% 0.94% -
XYZ 49.91 25.81 70.06 -
YUV 125.02 181.61 210.01 -
System Red Green Blue C M Y K H S L
Decimal 240 48 220 0 0.8 0.08 0.06 306.25 0.86 0.56
Hex F0 30 DC 0 50 8 6 132 56 38
Octal 360 60 334 0 120 10 6 462 126 70
Binary 11110000 110000 11011100 0 1010000 1000 110 100110010 1010110 111000

Color Harmonies of #F030DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030DC

Black with #F030DC

Text Example


Text Example

White with #F030DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030DC; }

 p { color: rgb(240,48,220); }

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

background-color css

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

 a { background-color: rgb(240,48,220); }

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

border-color css

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

 span { border-color: rgb(240,48,220); }

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