Html Css Color HEX #F75C8D Brink Pink

📋 copy color: '#F75C8D'

red 247 ◦ green 92 ◦ blue 141

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

Shades of Brink Pink #F75C8D

Tints of Brink Pink #F75C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 51.46%
G = 19.17%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F75C8D (or 0xF75C8D) is known color: Brink Pink. HEX triplet: F7, 5C and 8D. RGB value is (247,92,141). Sum of RGB (Red+Green+Blue) = 247+92+141=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C8D is #08A372. Grayscale: #8F8F8F. Windows color (decimal): -566131 or 9264375. OLE color: 9264375.

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

Color convert

RGB 247 92 141 -
CMYK 0 0.63 0.43 0.03
HSL 341.03º 0.91% 0.66% -
HSV(B) 341.03º 0.63% 0.97% -
XYZ 46.99 29.35 28.39 -
YUV 143.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 247 92 141 0 0.63 0.43 0.03 341.03 0.91 0.66
Hex F7 5C 8D 0 3F 2B 3 155 5B 42
Octal 367 134 215 0 77 53 3 525 133 102
Binary 11110111 1011100 10001101 0 111111 101011 11 101010101 1011011 1000010

Color Harmonies of #F75C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C8D

Black with #F75C8D

Text Example


Text Example

White with #F75C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C8D; }

 p { color: rgb(247,92,141); }

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

background-color css

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

 a { background-color: rgb(247,92,141); }

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

border-color css

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

 span { border-color: rgb(247,92,141); }

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