Html Css Color HEX #FC28D7 Razzle Dazzle Rose

📋 copy color: '#FC28D7'

red 252 ◦ green 40 ◦ blue 215

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

Shades of Razzle Dazzle Rose #FC28D7

Tints of Razzle Dazzle Rose #FC28D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 49.7%
G = 7.89%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC28D7 (or 0xFC28D7) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and D7. RGB value is (252,40,215). Sum of RGB (Red+Green+Blue) = 252+40+215=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28D7 is #03D728. Grayscale: #7A7A7A. Windows color (decimal): -251689 or 14100732. OLE color: 14100732.

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

Color convert

RGB 252 40 215 -
CMYK 0 0.84 0.15 0.01
HSL 310.47º 0.97% 0.57% -
HSV(B) 310.47º 0.84% 0.99% -
XYZ 53.17 27.12 66.72 -
YUV 123.34 179.74 219.77 -
System Red Green Blue C M Y K H S L
Decimal 252 40 215 0 0.84 0.15 0.01 310.47 0.97 0.57
Hex FC 28 D7 0 54 F 1 136 61 39
Octal 374 50 327 0 124 17 1 466 141 71
Binary 11111100 101000 11010111 0 1010100 1111 1 100110110 1100001 111001

Color Harmonies of #FC28D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28D7

Black with #FC28D7

Text Example


Text Example

White with #FC28D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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