Html Css Color HEX #FA209D Persian Rose

📋 copy color: '#FA209D'

red 250 ◦ green 32 ◦ blue 157

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

Shades of Persian Rose #FA209D

Tints of Persian Rose #FA209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 56.95%
G = 7.29%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA209D (or 0xFA209D) is known color: Persian Rose. HEX triplet: FA, 20 and 9D. RGB value is (250,32,157). Sum of RGB (Red+Green+Blue) = 250+32+157=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA209D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA209D is #05DF62. Grayscale: #6F6F6F. Windows color (decimal): -384867 or 10297594. OLE color: 10297594.

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

Color convert

RGB 250 32 157 -
CMYK 0 0.87 0.37 0.02
HSL 325.6º 0.96% 0.55% -
HSV(B) 325.6º 0.87% 0.98% -
XYZ 46.03 23.79 34.06 -
YUV 111.43 153.72 226.84 -
System Red Green Blue C M Y K H S L
Decimal 250 32 157 0 0.87 0.37 0.02 325.6 0.96 0.55
Hex FA 20 9D 0 57 25 2 146 60 37
Octal 372 40 235 0 127 45 2 506 140 67
Binary 11111010 100000 10011101 0 1010111 100101 10 101000110 1100000 110111

Color Harmonies of #FA209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA209D

Black with #FA209D

Text Example


Text Example

White with #FA209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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