Html Css Color HEX #FA2197 Persian Rose

📋 copy color: '#FA2197'

red 250 ◦ green 33 ◦ blue 151

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

Shades of Persian Rose #FA2197

Tints of Persian Rose #FA2197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.6%

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 57.6%
G = 7.6%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2197 (or 0xFA2197) is known color: Persian Rose. HEX triplet: FA, 21 and 97. RGB value is (250,33,151). Sum of RGB (Red+Green+Blue) = 250+33+151=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2197 is #05DE68. Grayscale: #6F6F6F. Windows color (decimal): -384617 or 9904634. OLE color: 9904634.

HSL color Cylindrical-coordinate representation of color #FA2197: hue angle of 327.37º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2197 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 33 151 -
CMYK 0 0.87 0.40 0.02
HSL 327.37º 0.96% 0.55% -
HSV(B) 327.37º 0.87% 0.98% -
XYZ 45.55 23.65 31.44 -
YUV 111.34 150.39 226.91 -
System Red Green Blue C M Y K H S L
Decimal 250 33 151 0 0.87 0.40 0.02 327.37 0.96 0.55
Hex FA 21 97 0 57 28 2 147 60 37
Octal 372 41 227 0 127 50 2 507 140 67
Binary 11111010 100001 10010111 0 1010111 101000 10 101000111 1100000 110111

Color Harmonies of #FA2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2197

Black with #FA2197

Text Example


Text Example

White with #FA2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2197; }

 p { color: rgb(250,33,151); }

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

background-color css

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

 a { background-color: rgb(250,33,151); }

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

border-color css

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

 span { border-color: rgb(250,33,151); }

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