Html Css Color HEX #FD29F2 Razzle Dazzle Rose

📋 copy color: '#FD29F2'

red 253 ◦ green 41 ◦ blue 242

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

Shades of Razzle Dazzle Rose #FD29F2

Tints of Razzle Dazzle Rose #FD29F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.15%

R = 47.2%
G = 7.65%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD29F2 (or 0xFD29F2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 29 and F2. RGB value is (253,41,242). Sum of RGB (Red+Green+Blue) = 253+41+242=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 41 (16.41% from 255 or 7.65% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD29F2 is #02D60D. Grayscale: #7E7E7E. Windows color (decimal): -185870 or 15870461. OLE color: 15870461.

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

Color convert

RGB 253 41 242 -
CMYK 0 0.84 0.04 0.01
HSL 303.11º 0.98% 0.58% -
HSV(B) 303.11º 0.84% 0.99% -
XYZ 57.33 28.88 86.56 -
YUV 127.3 192.74 217.66 -
System Red Green Blue C M Y K H S L
Decimal 253 41 242 0 0.84 0.04 0.01 303.11 0.98 0.58
Hex FD 29 F2 0 54 4 1 12F 62 3A
Octal 375 51 362 0 124 4 1 457 142 72
Binary 11111101 101001 11110010 0 1010100 100 1 100101111 1100010 111010

Color Harmonies of #FD29F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD29F2

Black with #FD29F2

Text Example


Text Example

White with #FD29F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD29F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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