Html Css Color HEX #FA2B9E Persian Rose

📋 copy color: '#FA2B9E'

red 250 ◦ green 43 ◦ blue 158

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

Shades of Persian Rose #FA2B9E

Tints of Persian Rose #FA2B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.53%

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

R = 55.43%
G = 9.53%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FA2B9E (or 0xFA2B9E) is known color: Persian Rose. HEX triplet: FA, 2B and 9E. RGB value is (250,43,158). Sum of RGB (Red+Green+Blue) = 250+43+158=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2B9E is #05D461. Grayscale: #757575. Windows color (decimal): -382050 or 10365946. OLE color: 10365946.

HSL color Cylindrical-coordinate representation of color #FA2B9E: hue angle of 326.67º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B9E is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 43 158 -
CMYK 0 0.83 0.37 0.02
HSL 326.67º 0.95% 0.57% -
HSV(B) 326.67º 0.83% 0.98% -
XYZ 46.46 24.52 34.63 -
YUV 118 150.58 222.15 -
System Red Green Blue C M Y K H S L
Decimal 250 43 158 0 0.83 0.37 0.02 326.67 0.95 0.57
Hex FA 2B 9E 0 53 25 2 147 5F 39
Octal 372 53 236 0 123 45 2 507 137 71
Binary 11111010 101011 10011110 0 1010011 100101 10 101000111 1011111 111001

Color Harmonies of #FA2B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B9E

Black with #FA2B9E

Text Example


Text Example

White with #FA2B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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