Html Css Color HEX #FA2FAC Persian Rose

📋 copy color: '#FA2FAC'

red 250 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #FA2FAC

Tints of Persian Rose #FA2FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 53.3%
G = 10.02%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA2FAC (or 0xFA2FAC) is known color: Persian Rose. HEX triplet: FA, 2F and AC. RGB value is (250,47,172). Sum of RGB (Red+Green+Blue) = 250+47+172=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FAC is #05D053. Grayscale: #797979. Windows color (decimal): -381012 or 11284474. OLE color: 11284474.

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

Color convert

RGB 250 47 172 -
CMYK 0 0.81 0.31 0.02
HSL 323.05º 0.95% 0.58% -
HSV(B) 323.05º 0.81% 0.98% -
XYZ 47.89 25.34 41.4 -
YUV 121.95 156.25 219.34 -
System Red Green Blue C M Y K H S L
Decimal 250 47 172 0 0.81 0.31 0.02 323.05 0.95 0.58
Hex FA 2F AC 0 51 1F 2 143 5F 3A
Octal 372 57 254 0 121 37 2 503 137 72
Binary 11111010 101111 10101100 0 1010001 11111 10 101000011 1011111 111010

Color Harmonies of #FA2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FAC

Black with #FA2FAC

Text Example


Text Example

White with #FA2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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