Html Css Color HEX #F87DBA Persian Pink

📋 copy color: '#F87DBA'

red 248 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #F87DBA

Tints of Persian Pink #F87DBA

RGB

 RED value IS 248 (97.27% from 255) = 44.36%

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

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 44.36%
G = 22.36%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F87DBA (or 0xF87DBA) is known color: Persian Pink. HEX triplet: F8, 7D and BA. RGB value is (248,125,186). Sum of RGB (Red+Green+Blue) = 248+125+186=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DBA is #078245. Grayscale: #A8A8A8. Windows color (decimal): -492102 or 12221944. OLE color: 12221944.

HSL color Cylindrical-coordinate representation of color #F87DBA: hue angle of 330.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DBA is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 125 186 -
CMYK 0 0.50 0.25 0.03
HSL 330.24º 0.9% 0.73% -
HSV(B) 330.24º 0.5% 0.97% -
XYZ 54.91 38.17 50.93 -
YUV 168.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 248 125 186 0 0.50 0.25 0.03 330.24 0.9 0.73
Hex F8 7D BA 0 32 19 3 14A 5A 49
Octal 370 175 272 0 62 31 3 512 132 111
Binary 11111000 1111101 10111010 0 110010 11001 11 101001010 1011010 1001001

Color Harmonies of #F87DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DBA

Black with #F87DBA

Text Example


Text Example

White with #F87DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DBA; }

 p { color: rgb(248,125,186); }

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

background-color css

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

 a { background-color: rgb(248,125,186); }

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

border-color css

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

 span { border-color: rgb(248,125,186); }

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