Html Css Color HEX #FA7FBA Persian Pink

📋 copy color: '#FA7FBA'

red 250 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #FA7FBA

Tints of Persian Pink #FA7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.56%

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

R = 44.4%
G = 22.56%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA7FBA (or 0xFA7FBA) is known color: Persian Pink. HEX triplet: FA, 7F and BA. RGB value is (250,127,186). Sum of RGB (Red+Green+Blue) = 250+127+186=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FBA is #058045. Grayscale: #AAAAAA. Windows color (decimal): -360518 or 12222458. OLE color: 12222458.

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

Color convert

RGB 250 127 186 -
CMYK 0 0.49 0.26 0.02
HSL 331.22º 0.92% 0.74% -
HSV(B) 331.22º 0.49% 0.98% -
XYZ 55.88 39.05 51.05 -
YUV 170.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 250 127 186 0 0.49 0.26 0.02 331.22 0.92 0.74
Hex FA 7F BA 0 31 1A 2 14B 5C 4A
Octal 372 177 272 0 61 32 2 513 134 112
Binary 11111010 1111111 10111010 0 110001 11010 10 101001011 1011100 1001010

Color Harmonies of #FA7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FBA

Black with #FA7FBA

Text Example


Text Example

White with #FA7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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