Html Css Color HEX #F030DD Razzle Dazzle Rose

📋 copy color: '#F030DD'

red 240 ◦ green 48 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F030DD

Tints of Razzle Dazzle Rose #F030DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 47.15%
G = 9.43%
B = 43.42%

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

#F030DD (or 0xF030DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and DD. RGB value is (240,48,221). Sum of RGB (Red+Green+Blue) = 240+48+221=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F030DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030DD is #0FCF22. Grayscale: #7C7C7C. Windows color (decimal): -1036067 or 14495984. OLE color: 14495984.

HSL color Cylindrical-coordinate representation of color #F030DD: hue angle of 305.94º 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 #F030DD is Cyan = 0, Magento = 0.8, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 48 221 -
CMYK 0 0.8 0.08 0.06
HSL 305.94º 0.86% 0.56% -
HSV(B) 305.94º 0.8% 0.94% -
XYZ 50.04 25.86 70.76 -
YUV 125.13 182.11 209.93 -
System Red Green Blue C M Y K H S L
Decimal 240 48 221 0 0.8 0.08 0.06 305.94 0.86 0.56
Hex F0 30 DD 0 50 8 6 132 56 38
Octal 360 60 335 0 120 10 6 462 126 70
Binary 11110000 110000 11011101 0 1010000 1000 110 100110010 1010110 111000

Color Harmonies of #F030DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030DD

Black with #F030DD

Text Example


Text Example

White with #F030DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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