Html Css Color HEX #F87DBE Persian Pink

📋 copy color: '#F87DBE'

red 248 ◦ green 125 ◦ blue 190

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

Shades of Persian Pink #F87DBE

Tints of Persian Pink #F87DBE

RGB

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

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

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

R = 44.05%
G = 22.2%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F87DBE (or 0xF87DBE) is known color: Persian Pink. HEX triplet: F8, 7D and BE. RGB value is (248,125,190). Sum of RGB (Red+Green+Blue) = 248+125+190=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DBE is #078241. Grayscale: #A9A9A9. Windows color (decimal): -492098 or 12484088. OLE color: 12484088.

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

Color convert

RGB 248 125 190 -
CMYK 0 0.50 0.23 0.03
HSL 328.29º 0.9% 0.73% -
HSV(B) 328.29º 0.5% 0.97% -
XYZ 55.34 38.34 53.2 -
YUV 169.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 248 125 190 0 0.50 0.23 0.03 328.29 0.9 0.73
Hex F8 7D BE 0 32 17 3 148 5A 49
Octal 370 175 276 0 62 27 3 510 132 111
Binary 11111000 1111101 10111110 0 110010 10111 11 101001000 1011010 1001001

Color Harmonies of #F87DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DBE

Black with #F87DBE

Text Example


Text Example

White with #F87DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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