Html Css Color HEX #F028D9 Razzle Dazzle Rose

📋 copy color: '#F028D9'

red 240 ◦ green 40 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F028D9

Tints of Razzle Dazzle Rose #F028D9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.05%

 BLUE value IS 217 (85.16% from 255) = 43.66%

R = 48.29%
G = 8.05%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F028D9 (or 0xF028D9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and D9. RGB value is (240,40,217). Sum of RGB (Red+Green+Blue) = 240+40+217=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 40 (16.02% from 255 or 8.05% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F028D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028D9 is #0FD726. Grayscale: #777777. Windows color (decimal): -1038119 or 14231792. OLE color: 14231792.

HSL color Cylindrical-coordinate representation of color #F028D9: hue angle of 306.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028D9 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 40 217 -
CMYK 0 0.83 0.10 0.06
HSL 306.9º 0.87% 0.55% -
HSV(B) 306.9º 0.83% 0.94% -
XYZ 49.22 25.05 67.89 -
YUV 119.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 240 40 217 0 0.83 0.10 0.06 306.9 0.87 0.55
Hex F0 28 D9 0 53 A 6 133 57 37
Octal 360 50 331 0 123 12 6 463 127 67
Binary 11110000 101000 11011001 0 1010011 1010 110 100110011 1010111 110111

Color Harmonies of #F028D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028D9

Black with #F028D9

Text Example


Text Example

White with #F028D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028D9; }

 p { color: rgb(240,40,217); }

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

background-color css

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

 a { background-color: rgb(240,40,217); }

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

border-color css

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

 span { border-color: rgb(240,40,217); }

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