Html Css Color HEX #FA2397 Persian Rose

📋 copy color: '#FA2397'

red 250 ◦ green 35 ◦ blue 151

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

Shades of Persian Rose #FA2397

Tints of Persian Rose #FA2397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.03%

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

R = 57.34%
G = 8.03%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA2397 (or 0xFA2397) is known color: Persian Rose. HEX triplet: FA, 23 and 97. RGB value is (250,35,151). Sum of RGB (Red+Green+Blue) = 250+35+151=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2397 is #05DC68. Grayscale: #707070. Windows color (decimal): -384105 or 9905146. OLE color: 9905146.

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

Color convert

RGB 250 35 151 -
CMYK 0 0.86 0.40 0.02
HSL 327.63º 0.96% 0.56% -
HSV(B) 327.63º 0.86% 0.98% -
XYZ 45.61 23.76 31.46 -
YUV 112.51 149.73 226.07 -
System Red Green Blue C M Y K H S L
Decimal 250 35 151 0 0.86 0.40 0.02 327.63 0.96 0.56
Hex FA 23 97 0 56 28 2 148 60 38
Octal 372 43 227 0 126 50 2 510 140 70
Binary 11111010 100011 10010111 0 1010110 101000 10 101001000 1100000 111000

Color Harmonies of #FA2397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2397

Black with #FA2397

Text Example


Text Example

White with #FA2397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2397; }

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

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

background-color css

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

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

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

border-color css

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

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

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