Html Css Color HEX #FA2597 Persian Rose

📋 copy color: '#FA2597'

red 250 ◦ green 37 ◦ blue 151

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

Shades of Persian Rose #FA2597

Tints of Persian Rose #FA2597

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.45%

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

R = 57.08%
G = 8.45%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2597 (or 0xFA2597) is known color: Persian Rose. HEX triplet: FA, 25 and 97. RGB value is (250,37,151). Sum of RGB (Red+Green+Blue) = 250+37+151=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2597 is #05DA68. Grayscale: #717171. Windows color (decimal): -383593 or 9905658. OLE color: 9905658.

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

Color convert

RGB 250 37 151 -
CMYK 0 0.85 0.40 0.02
HSL 327.89º 0.96% 0.56% -
HSV(B) 327.89º 0.85% 0.98% -
XYZ 45.67 23.88 31.48 -
YUV 113.68 149.07 225.23 -
System Red Green Blue C M Y K H S L
Decimal 250 37 151 0 0.85 0.40 0.02 327.89 0.96 0.56
Hex FA 25 97 0 55 28 2 148 60 38
Octal 372 45 227 0 125 50 2 510 140 70
Binary 11111010 100101 10010111 0 1010101 101000 10 101001000 1100000 111000

Color Harmonies of #FA2597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2597

Black with #FA2597

Text Example


Text Example

White with #FA2597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2597; }

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

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

background-color css

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

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

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

border-color css

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

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

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