Html Css Color HEX #FA2FA0 Persian Rose

📋 copy color: '#FA2FA0'

red 250 ◦ green 47 ◦ blue 160

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

Shades of Persian Rose #FA2FA0

Tints of Persian Rose #FA2FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.28%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 54.7%
G = 10.28%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA2FA0 (or 0xFA2FA0) is known color: Persian Rose. HEX triplet: FA, 2F and A0. RGB value is (250,47,160). Sum of RGB (Red+Green+Blue) = 250+47+160=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FA0 is #05D05F. Grayscale: #787878. Windows color (decimal): -381024 or 10498042. OLE color: 10498042.

HSL color Cylindrical-coordinate representation of color #FA2FA0: hue angle of 326.6º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FA0 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 47 160 -
CMYK 0 0.81 0.36 0.02
HSL 326.6º 0.95% 0.58% -
HSV(B) 326.6º 0.81% 0.98% -
XYZ 46.79 24.9 35.6 -
YUV 120.58 150.25 220.31 -
System Red Green Blue C M Y K H S L
Decimal 250 47 160 0 0.81 0.36 0.02 326.6 0.95 0.58
Hex FA 2F A0 0 51 24 2 147 5F 3A
Octal 372 57 240 0 121 44 2 507 137 72
Binary 11111010 101111 10100000 0 1010001 100100 10 101000111 1011111 111010

Color Harmonies of #FA2FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FA0

Black with #FA2FA0

Text Example


Text Example

White with #FA2FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FA0; }

 p { color: rgb(250,47,160); }

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

background-color css

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

 a { background-color: rgb(250,47,160); }

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

border-color css

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

 span { border-color: rgb(250,47,160); }

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