Html Css Color HEX #FA36AC Persian Rose

📋 copy color: '#FA36AC'

red 250 ◦ green 54 ◦ blue 172

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

Shades of Persian Rose #FA36AC

Tints of Persian Rose #FA36AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 52.52%
G = 11.34%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA36AC (or 0xFA36AC) is known color: Persian Rose. HEX triplet: FA, 36 and AC. RGB value is (250,54,172). Sum of RGB (Red+Green+Blue) = 250+54+172=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA36AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA36AC is #05C953. Grayscale: #7D7D7D. Windows color (decimal): -379220 or 11286266. OLE color: 11286266.

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

Color convert

RGB 250 54 172 -
CMYK 0 0.78 0.31 0.02
HSL 323.88º 0.95% 0.6% -
HSV(B) 323.88º 0.78% 0.98% -
XYZ 48.19 25.94 41.5 -
YUV 126.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 250 54 172 0 0.78 0.31 0.02 323.88 0.95 0.6
Hex FA 36 AC 0 4E 1F 2 144 5F 3C
Octal 372 66 254 0 116 37 2 504 137 74
Binary 11111010 110110 10101100 0 1001110 11111 10 101000100 1011111 111100

Color Harmonies of #FA36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA36AC

Black with #FA36AC

Text Example


Text Example

White with #FA36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA36AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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