Html Css Color HEX #FA2F9F Persian Rose

📋 copy color: '#FA2F9F'

red 250 ◦ green 47 ◦ blue 159

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

Shades of Persian Rose #FA2F9F

Tints of Persian Rose #FA2F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 54.82%
G = 10.31%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA2F9F (or 0xFA2F9F) is known color: Persian Rose. HEX triplet: FA, 2F and 9F. RGB value is (250,47,159). Sum of RGB (Red+Green+Blue) = 250+47+159=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F9F is #05D060. Grayscale: #787878. Windows color (decimal): -381025 or 10432506. OLE color: 10432506.

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

Color convert

RGB 250 47 159 -
CMYK 0 0.81 0.36 0.02
HSL 326.9º 0.95% 0.58% -
HSV(B) 326.9º 0.81% 0.98% -
XYZ 46.7 24.86 35.14 -
YUV 120.47 149.75 220.39 -
System Red Green Blue C M Y K H S L
Decimal 250 47 159 0 0.81 0.36 0.02 326.9 0.95 0.58
Hex FA 2F 9F 0 51 24 2 147 5F 3A
Octal 372 57 237 0 121 44 2 507 137 72
Binary 11111010 101111 10011111 0 1010001 100100 10 101000111 1011111 111010

Color Harmonies of #FA2F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F9F

Black with #FA2F9F

Text Example


Text Example

White with #FA2F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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