Html Css Color HEX #F5668D Brink Pink

📋 copy color: '#F5668D'

red 245 ◦ green 102 ◦ blue 141

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

Shades of Brink Pink #F5668D

Tints of Brink Pink #F5668D

RGB

 RED value IS 245 (96.09% from 255) = 50.2%

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

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 50.2%
G = 20.9%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5668D (or 0xF5668D) is known color: Brink Pink. HEX triplet: F5, 66 and 8D. RGB value is (245,102,141). Sum of RGB (Red+Green+Blue) = 245+102+141=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5668D is #0A9972. Grayscale: #959595. Windows color (decimal): -694643 or 9266933. OLE color: 9266933.

HSL color Cylindrical-coordinate representation of color #F5668D: hue angle of 343.64º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5668D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 102 141 -
CMYK 0 0.58 0.42 0.04
HSL 343.64º 0.88% 0.68% -
HSV(B) 343.64º 0.58% 0.96% -
XYZ 47.22 30.84 28.66 -
YUV 149.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 245 102 141 0 0.58 0.42 0.04 343.64 0.88 0.68
Hex F5 66 8D 0 3A 2A 4 158 58 44
Octal 365 146 215 0 72 52 4 530 130 104
Binary 11110101 1100110 10001101 0 111010 101010 100 101011000 1011000 1000100

Color Harmonies of #F5668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5668D

Black with #F5668D

Text Example


Text Example

White with #F5668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5668D; }

 p { color: rgb(245,102,141); }

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

background-color css

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

 a { background-color: rgb(245,102,141); }

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

border-color css

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

 span { border-color: rgb(245,102,141); }

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