Html Css Color HEX #FA27A8 Persian Rose

📋 copy color: '#FA27A8'

red 250 ◦ green 39 ◦ blue 168

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

Shades of Persian Rose #FA27A8

Tints of Persian Rose #FA27A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.76%

R = 54.7%
G = 8.53%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA27A8 (or 0xFA27A8) is known color: Persian Rose. HEX triplet: FA, 27 and A8. RGB value is (250,39,168). Sum of RGB (Red+Green+Blue) = 250+39+168=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA27A8 is #05D857. Grayscale: #747474. Windows color (decimal): -383064 or 11020282. OLE color: 11020282.

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

Color convert

RGB 250 39 168 -
CMYK 0 0.84 0.33 0.02
HSL 323.32º 0.95% 0.57% -
HSV(B) 323.32º 0.84% 0.98% -
XYZ 47.22 24.6 39.31 -
YUV 116.8 156.9 223.01 -
System Red Green Blue C M Y K H S L
Decimal 250 39 168 0 0.84 0.33 0.02 323.32 0.95 0.57
Hex FA 27 A8 0 54 21 2 143 5F 39
Octal 372 47 250 0 124 41 2 503 137 71
Binary 11111010 100111 10101000 0 1010100 100001 10 101000011 1011111 111001

Color Harmonies of #FA27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA27A8

Black with #FA27A8

Text Example


Text Example

White with #FA27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA27A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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