Html Css Color HEX #FA36A8 Persian Rose

📋 copy color: '#FA36A8'

red 250 ◦ green 54 ◦ blue 168

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

Shades of Persian Rose #FA36A8

Tints of Persian Rose #FA36A8

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.44%

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

R = 52.97%
G = 11.44%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA36A8 (or 0xFA36A8) is known color: Persian Rose. HEX triplet: FA, 36 and A8. RGB value is (250,54,168). Sum of RGB (Red+Green+Blue) = 250+54+168=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA36A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA36A8 is #05C957. Grayscale: #7D7D7D. Windows color (decimal): -379224 or 11024122. OLE color: 11024122.

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

Color convert

RGB 250 54 168 -
CMYK 0 0.78 0.33 0.02
HSL 325.1º 0.95% 0.6% -
HSV(B) 325.1º 0.78% 0.98% -
XYZ 47.81 25.79 39.5 -
YUV 125.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 250 54 168 0 0.78 0.33 0.02 325.1 0.95 0.6
Hex FA 36 A8 0 4E 21 2 145 5F 3C
Octal 372 66 250 0 116 41 2 505 137 74
Binary 11111010 110110 10101000 0 1001110 100001 10 101000101 1011111 111100

Color Harmonies of #FA36A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA36A8

Black with #FA36A8

Text Example


Text Example

White with #FA36A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA36A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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