Html Css Color HEX #FA2EAF Persian Rose

📋 copy color: '#FA2EAF'

red 250 ◦ green 46 ◦ blue 175

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

Shades of Persian Rose #FA2EAF

Tints of Persian Rose #FA2EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.77%

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

R = 53.08%
G = 9.77%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA2EAF (or 0xFA2EAF) is known color: Persian Rose. HEX triplet: FA, 2E and AF. RGB value is (250,46,175). Sum of RGB (Red+Green+Blue) = 250+46+175=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2EAF is #05D150. Grayscale: #797979. Windows color (decimal): -381265 or 11480826. OLE color: 11480826.

HSL color Cylindrical-coordinate representation of color #FA2EAF: hue angle of 322.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2EAF is Cyan = 0, Magento = 0.82, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 46 175 -
CMYK 0 0.82 0.3 0.02
HSL 322.06º 0.95% 0.58% -
HSV(B) 322.06º 0.82% 0.98% -
XYZ 48.14 25.37 42.92 -
YUV 121.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 250 46 175 0 0.82 0.3 0.02 322.06 0.95 0.58
Hex FA 2E AF 0 52 1E 2 142 5F 3A
Octal 372 56 257 0 122 36 2 502 137 72
Binary 11111010 101110 10101111 0 1010010 11110 10 101000010 1011111 111010

Color Harmonies of #FA2EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2EAF

Black with #FA2EAF

Text Example


Text Example

White with #FA2EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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