Html Css Color HEX #FA2FAF Persian Rose

📋 copy color: '#FA2FAF'

red 250 ◦ green 47 ◦ blue 175

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

Shades of Persian Rose #FA2FAF

Tints of Persian Rose #FA2FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 52.97%
G = 9.96%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA2FAF (or 0xFA2FAF) is known color: Persian Rose. HEX triplet: FA, 2F and AF. RGB value is (250,47,175). Sum of RGB (Red+Green+Blue) = 250+47+175=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FAF is #05D050. Grayscale: #797979. Windows color (decimal): -381009 or 11481082. OLE color: 11481082.

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

Color convert

RGB 250 47 175 -
CMYK 0 0.81 0.3 0.02
HSL 322.17º 0.95% 0.58% -
HSV(B) 322.17º 0.81% 0.98% -
XYZ 48.18 25.45 42.93 -
YUV 122.29 157.75 219.09 -
System Red Green Blue C M Y K H S L
Decimal 250 47 175 0 0.81 0.3 0.02 322.17 0.95 0.58
Hex FA 2F AF 0 51 1E 2 142 5F 3A
Octal 372 57 257 0 121 36 2 502 137 72
Binary 11111010 101111 10101111 0 1010001 11110 10 101000010 1011111 111010

Color Harmonies of #FA2FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FAF

Black with #FA2FAF

Text Example


Text Example

White with #FA2FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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