Html Css Color HEX #F76483 Brink Pink

📋 copy color: '#F76483'

red 247 ◦ green 100 ◦ blue 131

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

Shades of Brink Pink #F76483

Tints of Brink Pink #F76483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.41%

R = 51.67%
G = 20.92%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F76483 (or 0xF76483) is known color: Brink Pink. HEX triplet: F7, 64 and 83. RGB value is (247,100,131). Sum of RGB (Red+Green+Blue) = 247+100+131=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F76483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76483 is #089B7C. Grayscale: #939393. Windows color (decimal): -564093 or 8611063. OLE color: 8611063.

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

Color convert

RGB 247 100 131 -
CMYK 0 0.60 0.47 0.03
HSL 347.35º 0.9% 0.68% -
HSV(B) 347.35º 0.6% 0.97% -
XYZ 47.01 30.53 24.89 -
YUV 147.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 247 100 131 0 0.60 0.47 0.03 347.35 0.9 0.68
Hex F7 64 83 0 3C 2F 3 15B 5A 44
Octal 367 144 203 0 74 57 3 533 132 104
Binary 11110111 1100100 10000011 0 111100 101111 11 101011011 1011010 1000100

Color Harmonies of #F76483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76483

Black with #F76483

Text Example


Text Example

White with #F76483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76483; }

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

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

background-color css

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

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

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

border-color css

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

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

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