Html Css Color HEX #F76478 Brink Pink

📋 copy color: '#F76478'

red 247 ◦ green 100 ◦ blue 120

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

Shades of Brink Pink #F76478

Tints of Brink Pink #F76478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.41%

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 52.89%
G = 21.41%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F76478 (or 0xF76478) is known color: Brink Pink. HEX triplet: F7, 64 and 78. RGB value is (247,100,120). Sum of RGB (Red+Green+Blue) = 247+100+120=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F76478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76478 is #089B87. Grayscale: #929292. Windows color (decimal): -564104 or 7890167. OLE color: 7890167.

HSL color Cylindrical-coordinate representation of color #F76478: hue angle of 351.84º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76478 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 100 120 -
CMYK 0 0.60 0.51 0.03
HSL 351.84º 0.9% 0.68% -
HSV(B) 351.84º 0.6% 0.97% -
XYZ 46.31 30.24 21.17 -
YUV 146.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 247 100 120 0 0.60 0.51 0.03 351.84 0.9 0.68
Hex F7 64 78 0 3C 33 3 160 5A 44
Octal 367 144 170 0 74 63 3 540 132 104
Binary 11110111 1100100 1111000 0 111100 110011 11 101100000 1011010 1000100

Color Harmonies of #F76478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76478

Black with #F76478

Text Example


Text Example

White with #F76478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76478; }

 p { color: rgb(247,100,120); }

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

background-color css

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

 a { background-color: rgb(247,100,120); }

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

border-color css

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

 span { border-color: rgb(247,100,120); }

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