Html Css Color HEX #FA7DBB Persian Pink

📋 copy color: '#FA7DBB'

red 250 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #FA7DBB

Tints of Persian Pink #FA7DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.27%

R = 44.48%
G = 22.24%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA7DBB (or 0xFA7DBB) is known color: Persian Pink. HEX triplet: FA, 7D and BB. RGB value is (250,125,187). Sum of RGB (Red+Green+Blue) = 250+125+187=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DBB is #058244. Grayscale: #A9A9A9. Windows color (decimal): -361029 or 12287482. OLE color: 12287482.

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

Color convert

RGB 250 125 187 -
CMYK 0 0.50 0.25 0.02
HSL 330.24º 0.93% 0.74% -
HSV(B) 330.24º 0.5% 0.98% -
XYZ 55.73 38.58 51.52 -
YUV 169.44 137.91 185.46 -
System Red Green Blue C M Y K H S L
Decimal 250 125 187 0 0.50 0.25 0.02 330.24 0.93 0.74
Hex FA 7D BB 0 32 19 2 14A 5D 4A
Octal 372 175 273 0 62 31 2 512 135 112
Binary 11111010 1111101 10111011 0 110010 11001 10 101001010 1011101 1001010

Color Harmonies of #FA7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DBB

Black with #FA7DBB

Text Example


Text Example

White with #FA7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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