Html Css Color HEX #FA2897 Persian Rose

📋 copy color: '#FA2897'

red 250 ◦ green 40 ◦ blue 151

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

Shades of Persian Rose #FA2897

Tints of Persian Rose #FA2897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.07%

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

R = 56.69%
G = 9.07%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2897 (or 0xFA2897) is known color: Persian Rose. HEX triplet: FA, 28 and 97. RGB value is (250,40,151). Sum of RGB (Red+Green+Blue) = 250+40+151=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2897 is #05D768. Grayscale: #737373. Windows color (decimal): -382825 or 9906426. OLE color: 9906426.

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

Color convert

RGB 250 40 151 -
CMYK 0 0.84 0.40 0.02
HSL 328.29º 0.95% 0.57% -
HSV(B) 328.29º 0.84% 0.98% -
XYZ 45.77 24.08 31.51 -
YUV 115.44 148.07 223.97 -
System Red Green Blue C M Y K H S L
Decimal 250 40 151 0 0.84 0.40 0.02 328.29 0.95 0.57
Hex FA 28 97 0 54 28 2 148 5F 39
Octal 372 50 227 0 124 50 2 510 137 71
Binary 11111010 101000 10010111 0 1010100 101000 10 101001000 1011111 111001

Color Harmonies of #FA2897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2897

Black with #FA2897

Text Example


Text Example

White with #FA2897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2897; }

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

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

background-color css

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

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

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

border-color css

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

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

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