Html Css Color HEX #F87FB3 Persian Pink

📋 copy color: '#F87FB3'

red 248 ◦ green 127 ◦ blue 179

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

Shades of Persian Pink #F87FB3

Tints of Persian Pink #F87FB3

RGB

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

 GREEN value IS 127 (50% from 255) = 22.92%

 BLUE value IS 179 (70.31% from 255) = 32.31%

R = 44.77%
G = 22.92%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F87FB3 (or 0xF87FB3) is known color: Persian Pink. HEX triplet: F8, 7F and B3. RGB value is (248,127,179). Sum of RGB (Red+Green+Blue) = 248+127+179=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FB3 is #07804C. Grayscale: #A9A9A9. Windows color (decimal): -491597 or 11763704. OLE color: 11763704.

HSL color Cylindrical-coordinate representation of color #F87FB3: hue angle of 334.21º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FB3 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 127 179 -
CMYK 0 0.49 0.28 0.03
HSL 334.21º 0.9% 0.74% -
HSV(B) 334.21º 0.49% 0.97% -
XYZ 54.44 38.39 47.19 -
YUV 169.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 248 127 179 0 0.49 0.28 0.03 334.21 0.9 0.74
Hex F8 7F B3 0 31 1C 3 14E 5A 4A
Octal 370 177 263 0 61 34 3 516 132 112
Binary 11111000 1111111 10110011 0 110001 11100 11 101001110 1011010 1001010

Color Harmonies of #F87FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87FB3

Black with #F87FB3

Text Example


Text Example

White with #F87FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87FB3; }

 p { color: rgb(248,127,179); }

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

background-color css

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

 a { background-color: rgb(248,127,179); }

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

border-color css

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

 span { border-color: rgb(248,127,179); }

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