Html Css Color HEX #FA7BBE Persian Pink

📋 copy color: '#FA7BBE'

red 250 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #FA7BBE

Tints of Persian Pink #FA7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.75%

R = 44.4%
G = 21.85%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA7BBE (or 0xFA7BBE) is known color: Persian Pink. HEX triplet: FA, 7B and BE. RGB value is (250,123,190). Sum of RGB (Red+Green+Blue) = 250+123+190=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BBE is #058441. Grayscale: #A8A8A8. Windows color (decimal): -361538 or 12483578. OLE color: 12483578.

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

Color convert

RGB 250 123 190 -
CMYK 0 0.51 0.24 0.02
HSL 328.35º 0.93% 0.73% -
HSV(B) 328.35º 0.51% 0.98% -
XYZ 55.8 38.21 53.15 -
YUV 168.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 250 123 190 0 0.51 0.24 0.02 328.35 0.93 0.73
Hex FA 7B BE 0 33 18 2 148 5D 49
Octal 372 173 276 0 63 30 2 510 135 111
Binary 11111010 1111011 10111110 0 110011 11000 10 101001000 1011101 1001001

Color Harmonies of #FA7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BBE

Black with #FA7BBE

Text Example


Text Example

White with #FA7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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