Html Css Color HEX #F2697F Brink Pink

📋 copy color: '#F2697F'

red 242 ◦ green 105 ◦ blue 127

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

Shades of Brink Pink #F2697F

Tints of Brink Pink #F2697F

RGB

 RED value IS 242 (94.92% from 255) = 51.05%

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

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

R = 51.05%
G = 22.15%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2697F (or 0xF2697F) is known color: Brink Pink. HEX triplet: F2, 69 and 7F. RGB value is (242,105,127). Sum of RGB (Red+Green+Blue) = 242+105+127=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2697F is #0D9680. Grayscale: #949494. Windows color (decimal): -890497 or 8350194. OLE color: 8350194.

HSL color Cylindrical-coordinate representation of color #F2697F: hue angle of 350.36º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2697F is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 105 127 -
CMYK 0 0.57 0.48 0.05
HSL 350.37º 0.84% 0.68% -
HSV(B) 350.37º 0.57% 0.95% -
XYZ 45.5 30.51 23.57 -
YUV 148.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 242 105 127 0 0.57 0.48 0.05 350.37 0.84 0.68
Hex F2 69 7F 0 39 30 5 15E 54 44
Octal 362 151 177 0 71 60 5 536 124 104
Binary 11110010 1101001 1111111 0 111001 110000 101 101011110 1010100 1000100

Color Harmonies of #F2697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2697F

Black with #F2697F

Text Example


Text Example

White with #F2697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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