Html Css Color HEX #FA7DB2 Persian Pink

📋 copy color: '#FA7DB2'

red 250 ◦ green 125 ◦ blue 178

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

Shades of Persian Pink #FA7DB2

Tints of Persian Pink #FA7DB2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

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

R = 45.21%
G = 22.6%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA7DB2 (or 0xFA7DB2) is known color: Persian Pink. HEX triplet: FA, 7D and B2. RGB value is (250,125,178). Sum of RGB (Red+Green+Blue) = 250+125+178=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7DB2 is #05824D. Grayscale: #A8A8A8. Windows color (decimal): -361038 or 11697658. OLE color: 11697658.

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

Color convert

RGB 250 125 178 -
CMYK 0 0.50 0.29 0.02
HSL 334.56º 0.93% 0.74% -
HSV(B) 334.56º 0.5% 0.98% -
XYZ 54.79 38.21 46.61 -
YUV 168.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 250 125 178 0 0.50 0.29 0.02 334.56 0.93 0.74
Hex FA 7D B2 0 32 1D 2 14F 5D 4A
Octal 372 175 262 0 62 35 2 517 135 112
Binary 11111010 1111101 10110010 0 110010 11101 10 101001111 1011101 1001010

Color Harmonies of #FA7DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DB2

Black with #FA7DB2

Text Example


Text Example

White with #FA7DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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