Html Css Color HEX #FA74BA Persian Pink

📋 copy color: '#FA74BA'

red 250 ◦ green 116 ◦ blue 186

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

Shades of Persian Pink #FA74BA

Tints of Persian Pink #FA74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.01%

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 45.29%
G = 21.01%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA74BA (or 0xFA74BA) is known color: Persian Pink. HEX triplet: FA, 74 and BA. RGB value is (250,116,186). Sum of RGB (Red+Green+Blue) = 250+116+186=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74BA is #058B45. Grayscale: #A3A3A3. Windows color (decimal): -363334 or 12219642. OLE color: 12219642.

HSL color Cylindrical-coordinate representation of color #FA74BA: hue angle of 328.66º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74BA is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 186 -
CMYK 0 0.54 0.26 0.02
HSL 328.66º 0.93% 0.72% -
HSV(B) 328.66º 0.54% 0.98% -
XYZ 54.53 36.36 50.6 -
YUV 164.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 250 116 186 0 0.54 0.26 0.02 328.66 0.93 0.72
Hex FA 74 BA 0 36 1A 2 149 5D 48
Octal 372 164 272 0 66 32 2 511 135 110
Binary 11111010 1110100 10111010 0 110110 11010 10 101001001 1011101 1001000

Color Harmonies of #FA74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74BA

Black with #FA74BA

Text Example


Text Example

White with #FA74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74BA; }

 p { color: rgb(250,116,186); }

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

background-color css

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

 a { background-color: rgb(250,116,186); }

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

border-color css

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

 span { border-color: rgb(250,116,186); }

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