Html Css Color HEX #FA7BB2 Persian Pink

📋 copy color: '#FA7BB2'

red 250 ◦ green 123 ◦ blue 178

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

Shades of Persian Pink #FA7BB2

Tints of Persian Pink #FA7BB2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.32%

 BLUE value IS 178 (69.92% from 255) = 32.3%

R = 45.37%
G = 22.32%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA7BB2 (or 0xFA7BB2) is known color: Persian Pink. HEX triplet: FA, 7B and B2. RGB value is (250,123,178). Sum of RGB (Red+Green+Blue) = 250+123+178=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7BB2 is #05844D. Grayscale: #A7A7A7. Windows color (decimal): -361550 or 11697146. OLE color: 11697146.

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

Color convert

RGB 250 123 178 -
CMYK 0 0.51 0.29 0.02
HSL 334.02º 0.93% 0.73% -
HSV(B) 334.02º 0.51% 0.98% -
XYZ 54.54 37.7 46.52 -
YUV 167.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 250 123 178 0 0.51 0.29 0.02 334.02 0.93 0.73
Hex FA 7B B2 0 33 1D 2 14E 5D 49
Octal 372 173 262 0 63 35 2 516 135 111
Binary 11111010 1111011 10110010 0 110011 11101 10 101001110 1011101 1001001

Color Harmonies of #FA7BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BB2

Black with #FA7BB2

Text Example


Text Example

White with #FA7BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BB2; }

 p { color: rgb(250,123,178); }

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

background-color css

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

 a { background-color: rgb(250,123,178); }

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

border-color css

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

 span { border-color: rgb(250,123,178); }

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