Html Css Color HEX #FD29C2 Razzle Dazzle Rose

📋 copy color: '#FD29C2'

red 253 ◦ green 41 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FD29C2

Tints of Razzle Dazzle Rose #FD29C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.75%

R = 51.84%
G = 8.4%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD29C2 (or 0xFD29C2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 29 and C2. RGB value is (253,41,194). Sum of RGB (Red+Green+Blue) = 253+41+194=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD29C2 is #02D63D. Grayscale: #797979. Windows color (decimal): -185918 or 12724733. OLE color: 12724733.

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

Color convert

RGB 253 41 194 -
CMYK 0 0.84 0.23 0.01
HSL 316.7º 0.98% 0.58% -
HSV(B) 316.7º 0.84% 0.99% -
XYZ 51.04 26.36 53.44 -
YUV 121.83 168.74 221.56 -
System Red Green Blue C M Y K H S L
Decimal 253 41 194 0 0.84 0.23 0.01 316.7 0.98 0.58
Hex FD 29 C2 0 54 17 1 13D 62 3A
Octal 375 51 302 0 124 27 1 475 142 72
Binary 11111101 101001 11000010 0 1010100 10111 1 100111101 1100010 111010

Color Harmonies of #FD29C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD29C2

Black with #FD29C2

Text Example


Text Example

White with #FD29C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD29C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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