Html Css Color HEX #FD29C8 Razzle Dazzle Rose

📋 copy color: '#FD29C8'

red 253 ◦ green 41 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FD29C8

Tints of Razzle Dazzle Rose #FD29C8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.3%

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

R = 51.21%
G = 8.3%
B = 40.49%

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

#FD29C8 (or 0xFD29C8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 29 and C8. RGB value is (253,41,200). Sum of RGB (Red+Green+Blue) = 253+41+200=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD29C8 is #02D637. Grayscale: #7A7A7A. Windows color (decimal): -185912 or 13117949. OLE color: 13117949.

HSL color Cylindrical-coordinate representation of color #FD29C8: hue angle of 315º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD29C8 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 200 -
CMYK 0 0.84 0.21 0.01
HSL 315º 0.98% 0.58% -
HSV(B) 315º 0.84% 0.99% -
XYZ 51.73 26.64 57.06 -
YUV 122.51 171.74 221.07 -
System Red Green Blue C M Y K H S L
Decimal 253 41 200 0 0.84 0.21 0.01 315 0.98 0.58
Hex FD 29 C8 0 54 15 1 13B 62 3A
Octal 375 51 310 0 124 25 1 473 142 72
Binary 11111101 101001 11001000 0 1010100 10101 1 100111011 1100010 111010

Color Harmonies of #FD29C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD29C8

Black with #FD29C8

Text Example


Text Example

White with #FD29C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD29C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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