Html Css Color HEX #FD209C Persian Rose

📋 copy color: '#FD209C'

red 253 ◦ green 32 ◦ blue 156

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

Shades of Persian Rose #FD209C

Tints of Persian Rose #FD209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.26%

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 57.37%
G = 7.26%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD209C (or 0xFD209C) is known color: Persian Rose. HEX triplet: FD, 20 and 9C. RGB value is (253,32,156). Sum of RGB (Red+Green+Blue) = 253+32+156=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD209C is #02DF63. Grayscale: #6F6F6F. Windows color (decimal): -188260 or 10232061. OLE color: 10232061.

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

Color convert

RGB 253 32 156 -
CMYK 0 0.87 0.38 0.01
HSL 326.33º 0.98% 0.56% -
HSV(B) 326.33º 0.87% 0.99% -
XYZ 47.03 24.32 33.67 -
YUV 112.22 152.72 228.42 -
System Red Green Blue C M Y K H S L
Decimal 253 32 156 0 0.87 0.38 0.01 326.33 0.98 0.56
Hex FD 20 9C 0 57 26 1 146 62 38
Octal 375 40 234 0 127 46 1 506 142 70
Binary 11111101 100000 10011100 0 1010111 100110 1 101000110 1100010 111000

Color Harmonies of #FD209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD209C

Black with #FD209C

Text Example


Text Example

White with #FD209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD209C; }

 p { color: rgb(253,32,156); }

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

background-color css

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

 a { background-color: rgb(253,32,156); }

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

border-color css

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

 span { border-color: rgb(253,32,156); }

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