Html Css Color HEX #FA279B Persian Rose

📋 copy color: '#FA279B'

red 250 ◦ green 39 ◦ blue 155

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

Shades of Persian Rose #FA279B

Tints of Persian Rose #FA279B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 56.31%
G = 8.78%
B = 34.91%

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

#FA279B (or 0xFA279B) is known color: Persian Rose. HEX triplet: FA, 27 and 9B. RGB value is (250,39,155). Sum of RGB (Red+Green+Blue) = 250+39+155=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA279B is #05D864. Grayscale: #737373. Windows color (decimal): -383077 or 10168314. OLE color: 10168314.

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

Color convert

RGB 250 39 155 -
CMYK 0 0.84 0.38 0.02
HSL 327.01º 0.95% 0.57% -
HSV(B) 327.01º 0.84% 0.98% -
XYZ 46.07 24.14 33.24 -
YUV 115.31 150.4 224.07 -
System Red Green Blue C M Y K H S L
Decimal 250 39 155 0 0.84 0.38 0.02 327.01 0.95 0.57
Hex FA 27 9B 0 54 26 2 147 5F 39
Octal 372 47 233 0 124 46 2 507 137 71
Binary 11111010 100111 10011011 0 1010100 100110 10 101000111 1011111 111001

Color Harmonies of #FA279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA279B

Black with #FA279B

Text Example


Text Example

White with #FA279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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