Html Css Color HEX #FA2697 Persian Rose

📋 copy color: '#FA2697'

red 250 ◦ green 38 ◦ blue 151

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

Shades of Persian Rose #FA2697

Tints of Persian Rose #FA2697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.66%

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

R = 56.95%
G = 8.66%
B = 34.4%

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

#FA2697 (or 0xFA2697) is known color: Persian Rose. HEX triplet: FA, 26 and 97. RGB value is (250,38,151). Sum of RGB (Red+Green+Blue) = 250+38+151=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2697 is #05D968. Grayscale: #727272. Windows color (decimal): -383337 or 9905914. OLE color: 9905914.

HSL color Cylindrical-coordinate representation of color #FA2697: hue angle of 328.02º degrees, saturation: 0.95, 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 #FA2697 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 38 151 -
CMYK 0 0.85 0.40 0.02
HSL 328.02º 0.95% 0.56% -
HSV(B) 328.02º 0.85% 0.98% -
XYZ 45.7 23.94 31.49 -
YUV 114.27 148.74 224.81 -
System Red Green Blue C M Y K H S L
Decimal 250 38 151 0 0.85 0.40 0.02 328.02 0.95 0.56
Hex FA 26 97 0 55 28 2 148 5F 38
Octal 372 46 227 0 125 50 2 510 137 70
Binary 11111010 100110 10010111 0 1010101 101000 10 101001000 1011111 111000

Color Harmonies of #FA2697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2697

Black with #FA2697

Text Example


Text Example

White with #FA2697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2697; }

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

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

background-color css

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

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

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

border-color css

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

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

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