Html Css Color HEX #F028C0 Razzle Dazzle Rose

📋 copy color: '#F028C0'

red 240 ◦ green 40 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F028C0

Tints of Razzle Dazzle Rose #F028C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 50.85%
G = 8.47%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F028C0 (or 0xF028C0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and C0. RGB value is (240,40,192). Sum of RGB (Red+Green+Blue) = 240+40+192=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F028C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028C0 is #0FD73F. Grayscale: #747474. Windows color (decimal): -1038144 or 12593392. OLE color: 12593392.

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

Color convert

RGB 240 40 192 -
CMYK 0 0.83 0.20 0.06
HSL 314.4º 0.87% 0.55% -
HSV(B) 314.4º 0.83% 0.94% -
XYZ 46.21 23.85 52.04 -
YUV 117.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 240 40 192 0 0.83 0.20 0.06 314.4 0.87 0.55
Hex F0 28 C0 0 53 14 6 13A 57 37
Octal 360 50 300 0 123 24 6 472 127 67
Binary 11110000 101000 11000000 0 1010011 10100 110 100111010 1010111 110111

Color Harmonies of #F028C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028C0

Black with #F028C0

Text Example


Text Example

White with #F028C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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