Html Css Color HEX #F875C0 Persian Pink

📋 copy color: '#F875C0'

red 248 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #F875C0

Tints of Persian Pink #F875C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.01%

 BLUE value IS 192 (75.39% from 255) = 34.47%

R = 44.52%
G = 21.01%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F875C0 (or 0xF875C0) is known color: Persian Pink. HEX triplet: F8, 75 and C0. RGB value is (248,117,192). Sum of RGB (Red+Green+Blue) = 248+117+192=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F875C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875C0 is #078A3F. Grayscale: #A4A4A4. Windows color (decimal): -494144 or 12613112. OLE color: 12613112.

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

Color convert

RGB 248 117 192 -
CMYK 0 0.53 0.23 0.03
HSL 325.65º 0.9% 0.72% -
HSV(B) 325.65º 0.53% 0.97% -
XYZ 54.59 36.48 54.03 -
YUV 164.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 248 117 192 0 0.53 0.23 0.03 325.65 0.9 0.72
Hex F8 75 C0 0 35 17 3 146 5A 48
Octal 370 165 300 0 65 27 3 506 132 110
Binary 11111000 1110101 11000000 0 110101 10111 11 101000110 1011010 1001000

Color Harmonies of #F875C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875C0

Black with #F875C0

Text Example


Text Example

White with #F875C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875C0; }

 p { color: rgb(248,117,192); }

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

background-color css

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

 a { background-color: rgb(248,117,192); }

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

border-color css

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

 span { border-color: rgb(248,117,192); }

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