Html Css Color HEX #FA289E Persian Rose

📋 copy color: '#FA289E'

red 250 ◦ green 40 ◦ blue 158

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

Shades of Persian Rose #FA289E

Tints of Persian Rose #FA289E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 55.8%
G = 8.93%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA289E (or 0xFA289E) is known color: Persian Rose. HEX triplet: FA, 28 and 9E. RGB value is (250,40,158). Sum of RGB (Red+Green+Blue) = 250+40+158=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA289E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA289E is #05D761. Grayscale: #737373. Windows color (decimal): -382818 or 10365178. OLE color: 10365178.

HSL color Cylindrical-coordinate representation of color #FA289E: hue angle of 326.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 #FA289E is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 40 158 -
CMYK 0 0.84 0.37 0.02
HSL 326.29º 0.95% 0.57% -
HSV(B) 326.29º 0.84% 0.98% -
XYZ 46.35 24.31 34.6 -
YUV 116.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 250 40 158 0 0.84 0.37 0.02 326.29 0.95 0.57
Hex FA 28 9E 0 54 25 2 146 5F 39
Octal 372 50 236 0 124 45 2 506 137 71
Binary 11111010 101000 10011110 0 1010100 100101 10 101000110 1011111 111001

Color Harmonies of #FA289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA289E

Black with #FA289E

Text Example


Text Example

White with #FA289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA289E; }

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

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

background-color css

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

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

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

border-color css

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

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

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