Html Css Color HEX #FD219C Persian Rose

📋 copy color: '#FD219C'

red 253 ◦ green 33 ◦ blue 156

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

Shades of Persian Rose #FD219C

Tints of Persian Rose #FD219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.47%

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

R = 57.24%
G = 7.47%
B = 35.29%

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

#FD219C (or 0xFD219C) is known color: Persian Rose. HEX triplet: FD, 21 and 9C. RGB value is (253,33,156). Sum of RGB (Red+Green+Blue) = 253+33+156=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD219C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD219C is #02DE63. Grayscale: #707070. Windows color (decimal): -188004 or 10232317. OLE color: 10232317.

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

Color convert

RGB 253 33 156 -
CMYK 0 0.87 0.38 0.01
HSL 326.45º 0.98% 0.56% -
HSV(B) 326.45º 0.87% 0.99% -
XYZ 47.05 24.37 33.68 -
YUV 112.8 152.39 228 -
System Red Green Blue C M Y K H S L
Decimal 253 33 156 0 0.87 0.38 0.01 326.45 0.98 0.56
Hex FD 21 9C 0 57 26 1 146 62 38
Octal 375 41 234 0 127 46 1 506 142 70
Binary 11111101 100001 10011100 0 1010111 100110 1 101000110 1100010 111000

Color Harmonies of #FD219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD219C

Black with #FD219C

Text Example


Text Example

White with #FD219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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