Html Css Color HEX #F0677E Brink Pink

📋 copy color: '#F0677E'

red 240 ◦ green 103 ◦ blue 126

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

Shades of Brink Pink #F0677E

Tints of Brink Pink #F0677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 51.17%
G = 21.96%
B = 26.87%

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

#F0677E (or 0xF0677E) is known color: Brink Pink. HEX triplet: F0, 67 and 7E. RGB value is (240,103,126). Sum of RGB (Red+Green+Blue) = 240+103+126=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0677E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0677E is #0F9881. Grayscale: #929292. Windows color (decimal): -1022082 or 8284144. OLE color: 8284144.

HSL color Cylindrical-coordinate representation of color #F0677E: hue angle of 349.93º 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 #F0677E is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 126 -
CMYK 0 0.57 0.48 0.06
HSL 349.93º 0.82% 0.67% -
HSV(B) 349.93º 0.57% 0.94% -
XYZ 44.55 29.73 23.13 -
YUV 146.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 240 103 126 0 0.57 0.48 0.06 349.93 0.82 0.67
Hex F0 67 7E 0 39 30 6 15E 52 43
Octal 360 147 176 0 71 60 6 536 122 103
Binary 11110000 1100111 1111110 0 111001 110000 110 101011110 1010010 1000011

Color Harmonies of #F0677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0677E

Black with #F0677E

Text Example


Text Example

White with #F0677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0677E; }

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

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

background-color css

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

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

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

border-color css

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

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

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