Html Css Color HEX #F75C8B Brink Pink

📋 copy color: '#F75C8B'

red 247 ◦ green 92 ◦ blue 139

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

Shades of Brink Pink #F75C8B

Tints of Brink Pink #F75C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 51.67%
G = 19.25%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F75C8B (or 0xF75C8B) is known color: Brink Pink. HEX triplet: F7, 5C and 8B. RGB value is (247,92,139). Sum of RGB (Red+Green+Blue) = 247+92+139=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C8B is #08A374. Grayscale: #8F8F8F. Windows color (decimal): -566133 or 9133303. OLE color: 9133303.

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

Color convert

RGB 247 92 139 -
CMYK 0 0.63 0.44 0.03
HSL 341.81º 0.91% 0.66% -
HSV(B) 341.81º 0.63% 0.97% -
XYZ 46.85 29.29 27.61 -
YUV 143.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 247 92 139 0 0.63 0.44 0.03 341.81 0.91 0.66
Hex F7 5C 8B 0 3F 2C 3 156 5B 42
Octal 367 134 213 0 77 54 3 526 133 102
Binary 11110111 1011100 10001011 0 111111 101100 11 101010110 1011011 1000010

Color Harmonies of #F75C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C8B

Black with #F75C8B

Text Example


Text Example

White with #F75C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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