Html Css Color HEX #FA279F Persian Rose

📋 copy color: '#FA279F'

red 250 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #FA279F

Tints of Persian Rose #FA279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.71%

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 55.8%
G = 8.71%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA279F (or 0xFA279F) is known color: Persian Rose. HEX triplet: FA, 27 and 9F. RGB value is (250,39,159). Sum of RGB (Red+Green+Blue) = 250+39+159=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA279F is #05D860. Grayscale: #737373. Windows color (decimal): -383073 or 10430458. OLE color: 10430458.

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

Color convert

RGB 250 39 159 -
CMYK 0 0.84 0.36 0.02
HSL 325.88º 0.95% 0.57% -
HSV(B) 325.88º 0.84% 0.98% -
XYZ 46.41 24.28 35.04 -
YUV 115.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 250 39 159 0 0.84 0.36 0.02 325.88 0.95 0.57
Hex FA 27 9F 0 54 24 2 146 5F 39
Octal 372 47 237 0 124 44 2 506 137 71
Binary 11111010 100111 10011111 0 1010100 100100 10 101000110 1011111 111001

Color Harmonies of #FA279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA279F

Black with #FA279F

Text Example


Text Example

White with #FA279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA279F; }

 p { color: rgb(250,39,159); }

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

background-color css

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

 a { background-color: rgb(250,39,159); }

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

border-color css

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

 span { border-color: rgb(250,39,159); }

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