Html Css Color HEX #FA2FA5 Persian Rose

📋 copy color: '#FA2FA5'

red 250 ◦ green 47 ◦ blue 165

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

Shades of Persian Rose #FA2FA5

Tints of Persian Rose #FA2FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.71%

R = 54.11%
G = 10.17%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA2FA5 (or 0xFA2FA5) is known color: Persian Rose. HEX triplet: FA, 2F and A5. RGB value is (250,47,165). Sum of RGB (Red+Green+Blue) = 250+47+165=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FA5 is #05D05A. Grayscale: #787878. Windows color (decimal): -381019 or 10825722. OLE color: 10825722.

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

Color convert

RGB 250 47 165 -
CMYK 0 0.81 0.34 0.02
HSL 325.12º 0.95% 0.58% -
HSV(B) 325.12º 0.81% 0.98% -
XYZ 47.23 25.07 37.95 -
YUV 121.15 152.75 219.91 -
System Red Green Blue C M Y K H S L
Decimal 250 47 165 0 0.81 0.34 0.02 325.12 0.95 0.58
Hex FA 2F A5 0 51 22 2 145 5F 3A
Octal 372 57 245 0 121 42 2 505 137 72
Binary 11111010 101111 10100101 0 1010001 100010 10 101000101 1011111 111010

Color Harmonies of #FA2FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FA5

Black with #FA2FA5

Text Example


Text Example

White with #FA2FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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