Html Css Color HEX #F0697F Brink Pink

📋 copy color: '#F0697F'

red 240 ◦ green 105 ◦ blue 127

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

Shades of Brink Pink #F0697F

Tints of Brink Pink #F0697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.25%

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

R = 50.85%
G = 22.25%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0697F (or 0xF0697F) is known color: Brink Pink. HEX triplet: F0, 69 and 7F. RGB value is (240,105,127). Sum of RGB (Red+Green+Blue) = 240+105+127=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0697F is #0F9680. Grayscale: #939393. Windows color (decimal): -1021569 or 8350192. OLE color: 8350192.

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

Color convert

RGB 240 105 127 -
CMYK 0 0.56 0.47 0.06
HSL 350.22º 0.82% 0.68% -
HSV(B) 350.22º 0.56% 0.94% -
XYZ 44.82 30.16 23.54 -
YUV 147.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 240 105 127 0 0.56 0.47 0.06 350.22 0.82 0.68
Hex F0 69 7F 0 38 2F 6 15E 52 44
Octal 360 151 177 0 70 57 6 536 122 104
Binary 11110000 1101001 1111111 0 111000 101111 110 101011110 1010010 1000100

Color Harmonies of #F0697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0697F

Black with #F0697F

Text Example


Text Example

White with #F0697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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