Html Css Color HEX #F028D8 Razzle Dazzle Rose

📋 copy color: '#F028D8'

red 240 ◦ green 40 ◦ blue 216

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

Shades of Razzle Dazzle Rose #F028D8

Tints of Razzle Dazzle Rose #F028D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.55%

R = 48.39%
G = 8.06%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F028D8 (or 0xF028D8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and D8. RGB value is (240,40,216). Sum of RGB (Red+Green+Blue) = 240+40+216=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F028D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028D8 is #0FD727. Grayscale: #777777. Windows color (decimal): -1038120 or 14166256. OLE color: 14166256.

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

Color convert

RGB 240 40 216 -
CMYK 0 0.83 0.1 0.06
HSL 307.2º 0.87% 0.55% -
HSV(B) 307.2º 0.83% 0.94% -
XYZ 49.09 25 67.2 -
YUV 119.86 182.26 213.69 -
System Red Green Blue C M Y K H S L
Decimal 240 40 216 0 0.83 0.1 0.06 307.2 0.87 0.55
Hex F0 28 D8 0 53 A 6 133 57 37
Octal 360 50 330 0 123 12 6 463 127 67
Binary 11110000 101000 11011000 0 1010011 1010 110 100110011 1010111 110111

Color Harmonies of #F028D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028D8

Black with #F028D8

Text Example


Text Example

White with #F028D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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