Html Css Color HEX #F030DF Razzle Dazzle Rose

📋 copy color: '#F030DF'

red 240 ◦ green 48 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F030DF

Tints of Razzle Dazzle Rose #F030DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 46.97%
G = 9.39%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F030DF (or 0xF030DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and DF. RGB value is (240,48,223). Sum of RGB (Red+Green+Blue) = 240+48+223=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F030DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030DF is #0FCF20. Grayscale: #7C7C7C. Windows color (decimal): -1036065 or 14627056. OLE color: 14627056.

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

Color convert

RGB 240 48 223 -
CMYK 0 0.8 0.07 0.06
HSL 305.31º 0.86% 0.56% -
HSV(B) 305.31º 0.8% 0.94% -
XYZ 50.31 25.97 72.17 -
YUV 125.36 183.11 209.77 -
System Red Green Blue C M Y K H S L
Decimal 240 48 223 0 0.8 0.07 0.06 305.31 0.86 0.56
Hex F0 30 DF 0 50 7 6 131 56 38
Octal 360 60 337 0 120 7 6 461 126 70
Binary 11110000 110000 11011111 0 1010000 111 110 100110001 1010110 111000

Color Harmonies of #F030DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030DF

Black with #F030DF

Text Example


Text Example

White with #F030DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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