Html Css Color HEX #F028C6 Razzle Dazzle Rose

📋 copy color: '#F028C6'

red 240 ◦ green 40 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F028C6

Tints of Razzle Dazzle Rose #F028C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 50.21%
G = 8.37%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F028C6 (or 0xF028C6) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and C6. RGB value is (240,40,198). Sum of RGB (Red+Green+Blue) = 240+40+198=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F028C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028C6 is #0FD739. Grayscale: #757575. Windows color (decimal): -1038138 or 12986608. OLE color: 12986608.

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

Color convert

RGB 240 40 198 -
CMYK 0 0.83 0.18 0.06
HSL 312.6º 0.87% 0.55% -
HSV(B) 312.6º 0.83% 0.94% -
XYZ 46.89 24.12 55.61 -
YUV 117.81 173.26 215.15 -
System Red Green Blue C M Y K H S L
Decimal 240 40 198 0 0.83 0.18 0.06 312.6 0.87 0.55
Hex F0 28 C6 0 53 12 6 139 57 37
Octal 360 50 306 0 123 22 6 471 127 67
Binary 11110000 101000 11000110 0 1010011 10010 110 100111001 1010111 110111

Color Harmonies of #F028C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028C6

Black with #F028C6

Text Example


Text Example

White with #F028C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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