Html Css Color HEX #FC28D6 Razzle Dazzle Rose

📋 copy color: '#FC28D6'

red 252 ◦ green 40 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FC28D6

Tints of Razzle Dazzle Rose #FC28D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 49.8%
G = 7.91%
B = 42.29%

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

#FC28D6 (or 0xFC28D6) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and D6. RGB value is (252,40,214). Sum of RGB (Red+Green+Blue) = 252+40+214=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28D6 is #03D729. Grayscale: #7A7A7A. Windows color (decimal): -251690 or 14035196. OLE color: 14035196.

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

Color convert

RGB 252 40 214 -
CMYK 0 0.84 0.15 0.01
HSL 310.75º 0.97% 0.57% -
HSV(B) 310.75º 0.84% 0.99% -
XYZ 53.04 27.07 66.05 -
YUV 123.22 179.24 219.85 -
System Red Green Blue C M Y K H S L
Decimal 252 40 214 0 0.84 0.15 0.01 310.75 0.97 0.57
Hex FC 28 D6 0 54 F 1 137 61 39
Octal 374 50 326 0 124 17 1 467 141 71
Binary 11111100 101000 11010110 0 1010100 1111 1 100110111 1100001 111001

Color Harmonies of #FC28D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28D6

Black with #FC28D6

Text Example


Text Example

White with #FC28D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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