Html Css Color HEX #FA279C Persian Rose

📋 copy color: '#FA279C'

red 250 ◦ green 39 ◦ blue 156

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

Shades of Persian Rose #FA279C

Tints of Persian Rose #FA279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 56.18%
G = 8.76%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA279C (or 0xFA279C) is known color: Persian Rose. HEX triplet: FA, 27 and 9C. RGB value is (250,39,156). Sum of RGB (Red+Green+Blue) = 250+39+156=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA279C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA279C is #05D863. Grayscale: #737373. Windows color (decimal): -383076 or 10233850. OLE color: 10233850.

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

Color convert

RGB 250 39 156 -
CMYK 0 0.84 0.38 0.02
HSL 326.73º 0.95% 0.57% -
HSV(B) 326.73º 0.84% 0.98% -
XYZ 46.15 24.18 33.69 -
YUV 115.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 250 39 156 0 0.84 0.38 0.02 326.73 0.95 0.57
Hex FA 27 9C 0 54 26 2 147 5F 39
Octal 372 47 234 0 124 46 2 507 137 71
Binary 11111010 100111 10011100 0 1010100 100110 10 101000111 1011111 111001

Color Harmonies of #FA279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA279C

Black with #FA279C

Text Example


Text Example

White with #FA279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA279C; }

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

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

background-color css

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

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

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

border-color css

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

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

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