Html Css Color HEX #FA7BBC Persian Pink

📋 copy color: '#FA7BBC'

red 250 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #FA7BBC

Tints of Persian Pink #FA7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 44.56%
G = 21.93%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA7BBC (or 0xFA7BBC) is known color: Persian Pink. HEX triplet: FA, 7B and BC. RGB value is (250,123,188). Sum of RGB (Red+Green+Blue) = 250+123+188=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BBC is #058443. Grayscale: #A8A8A8. Windows color (decimal): -361540 or 12352506. OLE color: 12352506.

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

Color convert

RGB 250 123 188 -
CMYK 0 0.51 0.25 0.02
HSL 329.29º 0.93% 0.73% -
HSV(B) 329.29º 0.51% 0.98% -
XYZ 55.58 38.12 52.01 -
YUV 168.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 250 123 188 0 0.51 0.25 0.02 329.29 0.93 0.73
Hex FA 7B BC 0 33 19 2 149 5D 49
Octal 372 173 274 0 63 31 2 511 135 111
Binary 11111010 1111011 10111100 0 110011 11001 10 101001001 1011101 1001001

Color Harmonies of #FA7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BBC

Black with #FA7BBC

Text Example


Text Example

White with #FA7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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