Html Css Color HEX #FD29CE Razzle Dazzle Rose

📋 copy color: '#FD29CE'

red 253 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FD29CE

Tints of Razzle Dazzle Rose #FD29CE

RGB

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

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

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

R = 50.6%
G = 8.2%
B = 41.2%

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

#FD29CE (or 0xFD29CE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 29 and CE. RGB value is (253,41,206). Sum of RGB (Red+Green+Blue) = 253+41+206=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD29CE is #02D631. Grayscale: #7A7A7A. Windows color (decimal): -185906 or 13511165. OLE color: 13511165.

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

Color convert

RGB 253 41 206 -
CMYK 0 0.84 0.19 0.01
HSL 313.3º 0.98% 0.58% -
HSV(B) 313.3º 0.84% 0.99% -
XYZ 52.44 26.92 60.83 -
YUV 123.2 174.74 220.58 -
System Red Green Blue C M Y K H S L
Decimal 253 41 206 0 0.84 0.19 0.01 313.3 0.98 0.58
Hex FD 29 CE 0 54 13 1 139 62 3A
Octal 375 51 316 0 124 23 1 471 142 72
Binary 11111101 101001 11001110 0 1010100 10011 1 100111001 1100010 111010

Color Harmonies of #FD29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD29CE

Black with #FD29CE

Text Example


Text Example

White with #FD29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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