Html Css Color HEX #F87DC2 Persian Pink

📋 copy color: '#F87DC2'

red 248 ◦ green 125 ◦ blue 194

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

Shades of Persian Pink #F87DC2

Tints of Persian Pink #F87DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.22%

R = 43.74%
G = 22.05%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F87DC2 (or 0xF87DC2) is known color: Persian Pink. HEX triplet: F8, 7D and C2. RGB value is (248,125,194). Sum of RGB (Red+Green+Blue) = 248+125+194=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DC2 is #07823D. Grayscale: #A9A9A9. Windows color (decimal): -492094 or 12746232. OLE color: 12746232.

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

Color convert

RGB 248 125 194 -
CMYK 0 0.50 0.22 0.03
HSL 326.34º 0.9% 0.73% -
HSV(B) 326.34º 0.5% 0.97% -
XYZ 55.78 38.52 55.53 -
YUV 169.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 248 125 194 0 0.50 0.22 0.03 326.34 0.9 0.73
Hex F8 7D C2 0 32 16 3 146 5A 49
Octal 370 175 302 0 62 26 3 506 132 111
Binary 11111000 1111101 11000010 0 110010 10110 11 101000110 1011010 1001001

Color Harmonies of #F87DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DC2

Black with #F87DC2

Text Example


Text Example

White with #F87DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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