Html Css Color HEX #F0697E Brink Pink

📋 copy color: '#F0697E'

red 240 ◦ green 105 ◦ blue 126

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

Shades of Brink Pink #F0697E

Tints of Brink Pink #F0697E

RGB

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

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

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

R = 50.96%
G = 22.29%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0697E (or 0xF0697E) is known color: Brink Pink. HEX triplet: F0, 69 and 7E. RGB value is (240,105,126). Sum of RGB (Red+Green+Blue) = 240+105+126=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0697E is #0F9681. Grayscale: #939393. Windows color (decimal): -1021570 or 8284656. OLE color: 8284656.

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

Color convert

RGB 240 105 126 -
CMYK 0 0.56 0.48 0.06
HSL 350.67º 0.82% 0.68% -
HSV(B) 350.67º 0.56% 0.94% -
XYZ 44.75 30.13 23.2 -
YUV 147.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 240 105 126 0 0.56 0.48 0.06 350.67 0.82 0.68
Hex F0 69 7E 0 38 30 6 15F 52 44
Octal 360 151 176 0 70 60 6 537 122 104
Binary 11110000 1101001 1111110 0 111000 110000 110 101011111 1010010 1000100

Color Harmonies of #F0697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0697E

Black with #F0697E

Text Example


Text Example

White with #F0697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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