Html Css Color HEX #F0687F Brink Pink

📋 copy color: '#F0687F'

red 240 ◦ green 104 ◦ blue 127

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

Shades of Brink Pink #F0687F

Tints of Brink Pink #F0687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.08%

 BLUE value IS 127 (50% from 255) = 26.96%

R = 50.96%
G = 22.08%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0687F (or 0xF0687F) is known color: Brink Pink. HEX triplet: F0, 68 and 7F. RGB value is (240,104,127). Sum of RGB (Red+Green+Blue) = 240+104+127=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0687F is #0F9780. Grayscale: #939393. Windows color (decimal): -1021825 or 8349936. OLE color: 8349936.

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

Color convert

RGB 240 104 127 -
CMYK 0 0.57 0.47 0.06
HSL 349.85º 0.82% 0.67% -
HSV(B) 349.85º 0.57% 0.94% -
XYZ 44.72 29.96 23.5 -
YUV 147.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 240 104 127 0 0.57 0.47 0.06 349.85 0.82 0.67
Hex F0 68 7F 0 39 2F 6 15E 52 43
Octal 360 150 177 0 71 57 6 536 122 103
Binary 11110000 1101000 1111111 0 111001 101111 110 101011110 1010010 1000011

Color Harmonies of #F0687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0687F

Black with #F0687F

Text Example


Text Example

White with #F0687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0687F; }

 p { color: rgb(240,104,127); }

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

background-color css

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

 a { background-color: rgb(240,104,127); }

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

border-color css

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

 span { border-color: rgb(240,104,127); }

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