Html Css Color HEX #FA209C Persian Rose

📋 copy color: '#FA209C'

red 250 ◦ green 32 ◦ blue 156

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

Shades of Persian Rose #FA209C

Tints of Persian Rose #FA209C

RGB

 RED value IS 250 (98.05% from 255) = 57.08%

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

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

R = 57.08%
G = 7.31%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA209C (or 0xFA209C) is known color: Persian Rose. HEX triplet: FA, 20 and 9C. RGB value is (250,32,156). Sum of RGB (Red+Green+Blue) = 250+32+156=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA209C is #05DF63. Grayscale: #6F6F6F. Windows color (decimal): -384868 or 10232058. OLE color: 10232058.

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

Color convert

RGB 250 32 156 -
CMYK 0 0.87 0.38 0.02
HSL 325.87º 0.96% 0.55% -
HSV(B) 325.87º 0.87% 0.98% -
XYZ 45.94 23.76 33.62 -
YUV 111.32 153.22 226.92 -
System Red Green Blue C M Y K H S L
Decimal 250 32 156 0 0.87 0.38 0.02 325.87 0.96 0.55
Hex FA 20 9C 0 57 26 2 146 60 37
Octal 372 40 234 0 127 46 2 506 140 67
Binary 11111010 100000 10011100 0 1010111 100110 10 101000110 1100000 110111

Color Harmonies of #FA209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA209C

Black with #FA209C

Text Example


Text Example

White with #FA209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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