Html Css Color HEX #FC28C6 Razzle Dazzle Rose

📋 copy color: '#FC28C6'

red 252 ◦ green 40 ◦ blue 198

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

Shades of Razzle Dazzle Rose #FC28C6

Tints of Razzle Dazzle Rose #FC28C6

RGB

 RED value IS 252 (98.83% from 255) = 51.43%

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

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

R = 51.43%
G = 8.16%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC28C6 (or 0xFC28C6) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and C6. RGB value is (252,40,198). Sum of RGB (Red+Green+Blue) = 252+40+198=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28C6 is #03D739. Grayscale: #787878. Windows color (decimal): -251706 or 12986620. OLE color: 12986620.

HSL color Cylindrical-coordinate representation of color #FC28C6: hue angle of 315.28º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC28C6 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 40 198 -
CMYK 0 0.84 0.21 0.01
HSL 315.28º 0.97% 0.57% -
HSV(B) 315.28º 0.84% 0.99% -
XYZ 51.1 26.29 55.81 -
YUV 121.4 171.24 221.15 -
System Red Green Blue C M Y K H S L
Decimal 252 40 198 0 0.84 0.21 0.01 315.28 0.97 0.57
Hex FC 28 C6 0 54 15 1 13B 61 39
Octal 374 50 306 0 124 25 1 473 141 71
Binary 11111100 101000 11000110 0 1010100 10101 1 100111011 1100001 111001

Color Harmonies of #FC28C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28C6

Black with #FC28C6

Text Example


Text Example

White with #FC28C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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