Html Css Color HEX #F7668C Brink Pink

📋 copy color: '#F7668C'

red 247 ◦ green 102 ◦ blue 140

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

Shades of Brink Pink #F7668C

Tints of Brink Pink #F7668C

RGB

 RED value IS 247 (96.88% from 255) = 50.51%

 GREEN value IS 102 (40.23% from 255) = 20.86%

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 50.51%
G = 20.86%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7668C (or 0xF7668C) is known color: Brink Pink. HEX triplet: F7, 66 and 8C. RGB value is (247,102,140). Sum of RGB (Red+Green+Blue) = 247+102+140=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7668C is #089973. Grayscale: #959595. Windows color (decimal): -563572 or 9201399. OLE color: 9201399.

HSL color Cylindrical-coordinate representation of color #F7668C: hue angle of 344.28º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7668C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 102 140 -
CMYK 0 0.59 0.43 0.03
HSL 344.28º 0.9% 0.68% -
HSV(B) 344.28º 0.59% 0.97% -
XYZ 47.84 31.17 28.31 -
YUV 149.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 247 102 140 0 0.59 0.43 0.03 344.28 0.9 0.68
Hex F7 66 8C 0 3B 2B 3 158 5A 44
Octal 367 146 214 0 73 53 3 530 132 104
Binary 11110111 1100110 10001100 0 111011 101011 11 101011000 1011010 1000100

Color Harmonies of #F7668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7668C

Black with #F7668C

Text Example


Text Example

White with #F7668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7668C; }

 p { color: rgb(247,102,140); }

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

background-color css

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

 a { background-color: rgb(247,102,140); }

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

border-color css

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

 span { border-color: rgb(247,102,140); }

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