Html Css Color HEX #FC28C4 Razzle Dazzle Rose

📋 copy color: '#FC28C4'

red 252 ◦ green 40 ◦ blue 196

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

Shades of Razzle Dazzle Rose #FC28C4

Tints of Razzle Dazzle Rose #FC28C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 51.64%
G = 8.2%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC28C4 (or 0xFC28C4) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and C4. RGB value is (252,40,196). Sum of RGB (Red+Green+Blue) = 252+40+196=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28C4 is #03D73B. Grayscale: #787878. Windows color (decimal): -251708 or 12855548. OLE color: 12855548.

HSL color Cylindrical-coordinate representation of color #FC28C4: hue angle of 315.85º 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 #FC28C4 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 40 196 -
CMYK 0 0.84 0.22 0.01
HSL 315.85º 0.97% 0.57% -
HSV(B) 315.85º 0.84% 0.99% -
XYZ 50.87 26.2 54.6 -
YUV 121.17 170.24 221.32 -
System Red Green Blue C M Y K H S L
Decimal 252 40 196 0 0.84 0.22 0.01 315.85 0.97 0.57
Hex FC 28 C4 0 54 16 1 13C 61 39
Octal 374 50 304 0 124 26 1 474 141 71
Binary 11111100 101000 11000100 0 1010100 10110 1 100111100 1100001 111001

Color Harmonies of #FC28C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28C4

Black with #FC28C4

Text Example


Text Example

White with #FC28C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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