Html Css Color HEX #F5667A Brink Pink

📋 copy color: '#F5667A'

red 245 ◦ green 102 ◦ blue 122

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

Shades of Brink Pink #F5667A

Tints of Brink Pink #F5667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 52.24%
G = 21.75%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5667A (or 0xF5667A) is known color: Brink Pink. HEX triplet: F5, 66 and 7A. RGB value is (245,102,122). Sum of RGB (Red+Green+Blue) = 245+102+122=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5667A is #0A9985. Grayscale: #939393. Windows color (decimal): -694662 or 8021749. OLE color: 8021749.

HSL color Cylindrical-coordinate representation of color #F5667A: hue angle of 351.61º 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 #F5667A is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 102 122 -
CMYK 0 0.58 0.50 0.04
HSL 351.61º 0.88% 0.68% -
HSV(B) 351.61º 0.58% 0.96% -
XYZ 45.92 30.32 21.84 -
YUV 147.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 245 102 122 0 0.58 0.50 0.04 351.61 0.88 0.68
Hex F5 66 7A 0 3A 32 4 160 58 44
Octal 365 146 172 0 72 62 4 540 130 104
Binary 11110101 1100110 1111010 0 111010 110010 100 101100000 1011000 1000100

Color Harmonies of #F5667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5667A

Black with #F5667A

Text Example


Text Example

White with #F5667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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