Html Css Color HEX #F75D8E Brink Pink

📋 copy color: '#F75D8E'

red 247 ◦ green 93 ◦ blue 142

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

Shades of Brink Pink #F75D8E

Tints of Brink Pink #F75D8E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 51.24%
G = 19.29%
B = 29.46%

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

#F75D8E (or 0xF75D8E) is known color: Brink Pink. HEX triplet: F7, 5D and 8E. RGB value is (247,93,142). Sum of RGB (Red+Green+Blue) = 247+93+142=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75D8E is #08A271. Grayscale: #909090. Windows color (decimal): -565874 or 9330167. OLE color: 9330167.

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

Color convert

RGB 247 93 142 -
CMYK 0 0.62 0.43 0.03
HSL 340.91º 0.91% 0.67% -
HSV(B) 340.91º 0.62% 0.97% -
XYZ 47.15 29.56 28.81 -
YUV 144.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 247 93 142 0 0.62 0.43 0.03 340.91 0.91 0.67
Hex F7 5D 8E 0 3E 2B 3 155 5B 43
Octal 367 135 216 0 76 53 3 525 133 103
Binary 11110111 1011101 10001110 0 111110 101011 11 101010101 1011011 1000011

Color Harmonies of #F75D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D8E

Black with #F75D8E

Text Example


Text Example

White with #F75D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D8E; }

 p { color: rgb(247,93,142); }

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

background-color css

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

 a { background-color: rgb(247,93,142); }

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

border-color css

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

 span { border-color: rgb(247,93,142); }

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