Html Css Color HEX #FD2FE5 Razzle Dazzle Rose

📋 copy color: '#FD2FE5'

red 253 ◦ green 47 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FD2FE5

Tints of Razzle Dazzle Rose #FD2FE5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.88%

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 47.83%
G = 8.88%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD2FE5 (or 0xFD2FE5) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2F and E5. RGB value is (253,47,229). Sum of RGB (Red+Green+Blue) = 253+47+229=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 47 (18.75% from 255 or 8.88% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2FE5 is #02D01A. Grayscale: #808080. Windows color (decimal): -184347 or 15020029. OLE color: 15020029.

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

Color convert

RGB 253 47 229 -
CMYK 0 0.81 0.09 0.01
HSL 306.99º 0.98% 0.59% -
HSV(B) 306.99º 0.81% 0.99% -
XYZ 55.67 28.57 76.71 -
YUV 129.34 184.25 216.2 -
System Red Green Blue C M Y K H S L
Decimal 253 47 229 0 0.81 0.09 0.01 306.99 0.98 0.59
Hex FD 2F E5 0 51 9 1 133 62 3B
Octal 375 57 345 0 121 11 1 463 142 73
Binary 11111101 101111 11100101 0 1010001 1001 1 100110011 1100010 111011

Color Harmonies of #FD2FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2FE5

Black with #FD2FE5

Text Example


Text Example

White with #FD2FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2FE5; }

 p { color: rgb(253,47,229); }

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

background-color css

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

 a { background-color: rgb(253,47,229); }

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

border-color css

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

 span { border-color: rgb(253,47,229); }

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