Html Css Color HEX #FA299E Persian Rose

📋 copy color: '#FA299E'

red 250 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #FA299E

Tints of Persian Rose #FA299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.13%

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

R = 55.68%
G = 9.13%
B = 35.19%

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

#FA299E (or 0xFA299E) is known color: Persian Rose. HEX triplet: FA, 29 and 9E. RGB value is (250,41,158). Sum of RGB (Red+Green+Blue) = 250+41+158=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA299E is #05D661. Grayscale: #747474. Windows color (decimal): -382562 or 10365434. OLE color: 10365434.

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

Color convert

RGB 250 41 158 -
CMYK 0 0.84 0.37 0.02
HSL 326.41º 0.95% 0.57% -
HSV(B) 326.41º 0.84% 0.98% -
XYZ 46.39 24.38 34.61 -
YUV 116.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 250 41 158 0 0.84 0.37 0.02 326.41 0.95 0.57
Hex FA 29 9E 0 54 25 2 146 5F 39
Octal 372 51 236 0 124 45 2 506 137 71
Binary 11111010 101001 10011110 0 1010100 100101 10 101000110 1011111 111001

Color Harmonies of #FA299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA299E

Black with #FA299E

Text Example


Text Example

White with #FA299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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