Html Css Color HEX #F875B0 Hot Pink

📋 copy color: '#F875B0'

red 248 ◦ green 117 ◦ blue 176

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

Shades of Hot Pink #F875B0

Tints of Hot Pink #F875B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 45.84%
G = 21.63%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F875B0 (or 0xF875B0) is known color: Hot Pink. HEX triplet: F8, 75 and B0. RGB value is (248,117,176). Sum of RGB (Red+Green+Blue) = 248+117+176=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F875B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F875B0 is #078A4F. Grayscale: #A2A2A2. Windows color (decimal): -494160 or 11564536. OLE color: 11564536.

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

Color convert

RGB 248 117 176 -
CMYK 0 0.53 0.29 0.03
HSL 332.98º 0.9% 0.72% -
HSV(B) 332.98º 0.53% 0.97% -
XYZ 52.91 35.81 45.2 -
YUV 162.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 248 117 176 0 0.53 0.29 0.03 332.98 0.9 0.72
Hex F8 75 B0 0 35 1D 3 14D 5A 48
Octal 370 165 260 0 65 35 3 515 132 110
Binary 11111000 1110101 10110000 0 110101 11101 11 101001101 1011010 1001000

Color Harmonies of #F875B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875B0

Black with #F875B0

Text Example


Text Example

White with #F875B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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