Html Css Color HEX #F75E8C Brink Pink

📋 copy color: '#F75E8C'

red 247 ◦ green 94 ◦ blue 140

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

Shades of Brink Pink #F75E8C

Tints of Brink Pink #F75E8C

RGB

 RED value IS 247 (96.88% from 255) = 51.35%

 GREEN value IS 94 (37.11% from 255) = 19.54%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 51.35%
G = 19.54%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F75E8C (or 0xF75E8C) is known color: Brink Pink. HEX triplet: F7, 5E and 8C. RGB value is (247,94,140). Sum of RGB (Red+Green+Blue) = 247+94+140=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75E8C is #08A173. Grayscale: #909090. Windows color (decimal): -565620 or 9199351. OLE color: 9199351.

HSL color Cylindrical-coordinate representation of color #F75E8C: hue angle of 341.96º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75E8C is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 94 140 -
CMYK 0 0.62 0.43 0.03
HSL 341.96º 0.91% 0.67% -
HSV(B) 341.96º 0.62% 0.97% -
XYZ 47.09 29.67 28.06 -
YUV 144.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 247 94 140 0 0.62 0.43 0.03 341.96 0.91 0.67
Hex F7 5E 8C 0 3E 2B 3 156 5B 43
Octal 367 136 214 0 76 53 3 526 133 103
Binary 11110111 1011110 10001100 0 111110 101011 11 101010110 1011011 1000011

Color Harmonies of #F75E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75E8C

Black with #F75E8C

Text Example


Text Example

White with #F75E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75E8C; }

 p { color: rgb(247,94,140); }

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

background-color css

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

 a { background-color: rgb(247,94,140); }

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

border-color css

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

 span { border-color: rgb(247,94,140); }

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