Html Css Color HEX #FA36AB Persian Rose

📋 copy color: '#FA36AB'

red 250 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #FA36AB

Tints of Persian Rose #FA36AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36%

R = 52.63%
G = 11.37%
B = 36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA36AB (or 0xFA36AB) is known color: Persian Rose. HEX triplet: FA, 36 and AB. RGB value is (250,54,171). Sum of RGB (Red+Green+Blue) = 250+54+171=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA36AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA36AB is #05C954. Grayscale: #7D7D7D. Windows color (decimal): -379221 or 11220730. OLE color: 11220730.

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

Color convert

RGB 250 54 171 -
CMYK 0 0.78 0.32 0.02
HSL 324.18º 0.95% 0.6% -
HSV(B) 324.18º 0.78% 0.98% -
XYZ 48.09 25.9 40.99 -
YUV 125.94 153.43 216.49 -
System Red Green Blue C M Y K H S L
Decimal 250 54 171 0 0.78 0.32 0.02 324.18 0.95 0.6
Hex FA 36 AB 0 4E 20 2 144 5F 3C
Octal 372 66 253 0 116 40 2 504 137 74
Binary 11111010 110110 10101011 0 1001110 100000 10 101000100 1011111 111100

Color Harmonies of #FA36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA36AB

Black with #FA36AB

Text Example


Text Example

White with #FA36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA36AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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