Html Css Color HEX #FD28CE Razzle Dazzle Rose

📋 copy color: '#FD28CE'

red 253 ◦ green 40 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FD28CE

Tints of Razzle Dazzle Rose #FD28CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 50.7%
G = 8.02%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD28CE (or 0xFD28CE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 28 and CE. RGB value is (253,40,206). Sum of RGB (Red+Green+Blue) = 253+40+206=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD28CE is #02D731. Grayscale: #7A7A7A. Windows color (decimal): -186162 or 13510909. OLE color: 13510909.

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

Color convert

RGB 253 40 206 -
CMYK 0 0.84 0.19 0.01
HSL 313.24º 0.98% 0.57% -
HSV(B) 313.24º 0.84% 0.99% -
XYZ 52.41 26.86 60.81 -
YUV 122.61 175.07 221 -
System Red Green Blue C M Y K H S L
Decimal 253 40 206 0 0.84 0.19 0.01 313.24 0.98 0.57
Hex FD 28 CE 0 54 13 1 139 62 39
Octal 375 50 316 0 124 23 1 471 142 71
Binary 11111101 101000 11001110 0 1010100 10011 1 100111001 1100010 111001

Color Harmonies of #FD28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28CE

Black with #FD28CE

Text Example


Text Example

White with #FD28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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