Html Css Color HEX #FD28C8 Razzle Dazzle Rose

📋 copy color: '#FD28C8'

red 253 ◦ green 40 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FD28C8

Tints of Razzle Dazzle Rose #FD28C8

RGB

 RED value IS 253 (99.22% from 255) = 51.32%

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

 BLUE value IS 200 (78.52% from 255) = 40.57%

R = 51.32%
G = 8.11%
B = 40.57%

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

#FD28C8 (or 0xFD28C8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 28 and C8. RGB value is (253,40,200). Sum of RGB (Red+Green+Blue) = 253+40+200=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD28C8 is #02D737. Grayscale: #797979. Windows color (decimal): -186168 or 13117693. OLE color: 13117693.

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

Color convert

RGB 253 40 200 -
CMYK 0 0.84 0.21 0.01
HSL 314.93º 0.98% 0.57% -
HSV(B) 314.93º 0.84% 0.99% -
XYZ 51.69 26.57 57.05 -
YUV 121.93 172.07 221.49 -
System Red Green Blue C M Y K H S L
Decimal 253 40 200 0 0.84 0.21 0.01 314.93 0.98 0.57
Hex FD 28 C8 0 54 15 1 13B 62 39
Octal 375 50 310 0 124 25 1 473 142 71
Binary 11111101 101000 11001000 0 1010100 10101 1 100111011 1100010 111001

Color Harmonies of #FD28C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28C8

Black with #FD28C8

Text Example


Text Example

White with #FD28C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28C8; }

 p { color: rgb(253,40,200); }

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

background-color css

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

 a { background-color: rgb(253,40,200); }

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

border-color css

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

 span { border-color: rgb(253,40,200); }

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