Html Css Color HEX #FD28C6 Razzle Dazzle Rose

📋 copy color: '#FD28C6'

red 253 ◦ green 40 ◦ blue 198

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

Shades of Razzle Dazzle Rose #FD28C6

Tints of Razzle Dazzle Rose #FD28C6

RGB

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

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

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

R = 51.53%
G = 8.15%
B = 40.33%

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

#FD28C6 (or 0xFD28C6) is known color: Razzle Dazzle Rose. HEX triplet: FD, 28 and C6. RGB value is (253,40,198). Sum of RGB (Red+Green+Blue) = 253+40+198=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD28C6 is #02D739. Grayscale: #797979. Windows color (decimal): -186170 or 12986621. OLE color: 12986621.

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

Color convert

RGB 253 40 198 -
CMYK 0 0.84 0.22 0.01
HSL 315.49º 0.98% 0.57% -
HSV(B) 315.49º 0.84% 0.99% -
XYZ 51.46 26.48 55.82 -
YUV 121.7 171.07 221.65 -
System Red Green Blue C M Y K H S L
Decimal 253 40 198 0 0.84 0.22 0.01 315.49 0.98 0.57
Hex FD 28 C6 0 54 16 1 13B 62 39
Octal 375 50 306 0 124 26 1 473 142 71
Binary 11111101 101000 11000110 0 1010100 10110 1 100111011 1100010 111001

Color Harmonies of #FD28C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28C6

Black with #FD28C6

Text Example


Text Example

White with #FD28C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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