Html Css Color HEX #FA2FA6 Persian Rose

📋 copy color: '#FA2FA6'

red 250 ◦ green 47 ◦ blue 166

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

Shades of Persian Rose #FA2FA6

Tints of Persian Rose #FA2FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 54%
G = 10.15%
B = 35.85%

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

#FA2FA6 (or 0xFA2FA6) is known color: Persian Rose. HEX triplet: FA, 2F and A6. RGB value is (250,47,166). Sum of RGB (Red+Green+Blue) = 250+47+166=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FA6 is #05D059. Grayscale: #787878. Windows color (decimal): -381018 or 10891258. OLE color: 10891258.

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

Color convert

RGB 250 47 166 -
CMYK 0 0.81 0.34 0.02
HSL 324.83º 0.95% 0.58% -
HSV(B) 324.83º 0.81% 0.98% -
XYZ 47.32 25.11 38.43 -
YUV 121.26 153.25 219.82 -
System Red Green Blue C M Y K H S L
Decimal 250 47 166 0 0.81 0.34 0.02 324.83 0.95 0.58
Hex FA 2F A6 0 51 22 2 145 5F 3A
Octal 372 57 246 0 121 42 2 505 137 72
Binary 11111010 101111 10100110 0 1010001 100010 10 101000101 1011111 111010

Color Harmonies of #FA2FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FA6

Black with #FA2FA6

Text Example


Text Example

White with #FA2FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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