Html Css Color HEX #FA259E Persian Rose

📋 copy color: '#FA259E'

red 250 ◦ green 37 ◦ blue 158

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

Shades of Persian Rose #FA259E

Tints of Persian Rose #FA259E

RGB

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

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

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

R = 56.18%
G = 8.31%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA259E (or 0xFA259E) is known color: Persian Rose. HEX triplet: FA, 25 and 9E. RGB value is (250,37,158). Sum of RGB (Red+Green+Blue) = 250+37+158=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA259E is #05DA61. Grayscale: #727272. Windows color (decimal): -383586 or 10364410. OLE color: 10364410.

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

Color convert

RGB 250 37 158 -
CMYK 0 0.85 0.37 0.02
HSL 325.92º 0.96% 0.56% -
HSV(B) 325.92º 0.85% 0.98% -
XYZ 46.26 24.12 34.56 -
YUV 114.48 152.57 224.66 -
System Red Green Blue C M Y K H S L
Decimal 250 37 158 0 0.85 0.37 0.02 325.92 0.96 0.56
Hex FA 25 9E 0 55 25 2 146 60 38
Octal 372 45 236 0 125 45 2 506 140 70
Binary 11111010 100101 10011110 0 1010101 100101 10 101000110 1100000 111000

Color Harmonies of #FA259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA259E

Black with #FA259E

Text Example


Text Example

White with #FA259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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