Html Css Color HEX #FA2FA7 Persian Rose

📋 copy color: '#FA2FA7'

red 250 ◦ green 47 ◦ blue 167

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

Shades of Persian Rose #FA2FA7

Tints of Persian Rose #FA2FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.99%

R = 53.88%
G = 10.13%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA2FA7 (or 0xFA2FA7) is known color: Persian Rose. HEX triplet: FA, 2F and A7. RGB value is (250,47,167). Sum of RGB (Red+Green+Blue) = 250+47+167=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FA7 is #05D058. Grayscale: #797979. Windows color (decimal): -381017 or 10956794. OLE color: 10956794.

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

Color convert

RGB 250 47 167 -
CMYK 0 0.81 0.33 0.02
HSL 324.53º 0.95% 0.58% -
HSV(B) 324.53º 0.81% 0.98% -
XYZ 47.42 25.15 38.91 -
YUV 121.38 153.75 219.74 -
System Red Green Blue C M Y K H S L
Decimal 250 47 167 0 0.81 0.33 0.02 324.53 0.95 0.58
Hex FA 2F A7 0 51 21 2 145 5F 3A
Octal 372 57 247 0 121 41 2 505 137 72
Binary 11111010 101111 10100111 0 1010001 100001 10 101000101 1011111 111010

Color Harmonies of #FA2FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FA7

Black with #FA2FA7

Text Example


Text Example

White with #FA2FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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