Html Css Color HEX #F0677C Brink Pink

📋 copy color: '#F0677C'

red 240 ◦ green 103 ◦ blue 124

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

Shades of Brink Pink #F0677C

Tints of Brink Pink #F0677C

RGB

 RED value IS 240 (94.14% from 255) = 51.39%

 GREEN value IS 103 (40.63% from 255) = 22.06%

 BLUE value IS 124 (48.83% from 255) = 26.55%

R = 51.39%
G = 22.06%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0677C (or 0xF0677C) is known color: Brink Pink. HEX triplet: F0, 67 and 7C. RGB value is (240,103,124). Sum of RGB (Red+Green+Blue) = 240+103+124=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0677C is #0F9883. Grayscale: #929292. Windows color (decimal): -1022084 or 8153072. OLE color: 8153072.

HSL color Cylindrical-coordinate representation of color #F0677C: hue angle of 350.8º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0677C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 124 -
CMYK 0 0.57 0.48 0.06
HSL 350.8º 0.82% 0.67% -
HSV(B) 350.8º 0.57% 0.94% -
XYZ 44.42 29.68 22.46 -
YUV 146.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 240 103 124 0 0.57 0.48 0.06 350.8 0.82 0.67
Hex F0 67 7C 0 39 30 6 15F 52 43
Octal 360 147 174 0 71 60 6 537 122 103
Binary 11110000 1100111 1111100 0 111001 110000 110 101011111 1010010 1000011

Color Harmonies of #F0677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0677C

Black with #F0677C

Text Example


Text Example

White with #F0677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0677C; }

 p { color: rgb(240,103,124); }

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

background-color css

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

 a { background-color: rgb(240,103,124); }

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

border-color css

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

 span { border-color: rgb(240,103,124); }

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