Html Css Color HEX #FD2899 Persian Rose

📋 copy color: '#FD2899'

red 253 ◦ green 40 ◦ blue 153

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

Shades of Persian Rose #FD2899

Tints of Persian Rose #FD2899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.97%

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 56.73%
G = 8.97%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD2899 (or 0xFD2899) is known color: Persian Rose. HEX triplet: FD, 28 and 99. RGB value is (253,40,153). Sum of RGB (Red+Green+Blue) = 253+40+153=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2899 is #02D766. Grayscale: #747474. Windows color (decimal): -186215 or 10037501. OLE color: 10037501.

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

Color convert

RGB 253 40 153 -
CMYK 0 0.84 0.40 0.01
HSL 328.17º 0.98% 0.57% -
HSV(B) 328.17º 0.84% 0.99% -
XYZ 47.02 24.7 32.43 -
YUV 116.57 148.57 225.31 -
System Red Green Blue C M Y K H S L
Decimal 253 40 153 0 0.84 0.40 0.01 328.17 0.98 0.57
Hex FD 28 99 0 54 28 1 148 62 39
Octal 375 50 231 0 124 50 1 510 142 71
Binary 11111101 101000 10011001 0 1010100 101000 1 101001000 1100010 111001

Color Harmonies of #FD2899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2899

Black with #FD2899

Text Example


Text Example

White with #FD2899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2899; }

 p { color: rgb(253,40,153); }

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

background-color css

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

 a { background-color: rgb(253,40,153); }

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

border-color css

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

 span { border-color: rgb(253,40,153); }

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