Html Css Color HEX #F5647A Brink Pink

📋 copy color: '#F5647A'

red 245 ◦ green 100 ◦ blue 122

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

Shades of Brink Pink #F5647A

Tints of Brink Pink #F5647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.41%

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

R = 52.46%
G = 21.41%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5647A (or 0xF5647A) is known color: Brink Pink. HEX triplet: F5, 64 and 7A. RGB value is (245,100,122). Sum of RGB (Red+Green+Blue) = 245+100+122=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5647A is #0A9B85. Grayscale: #919191. Windows color (decimal): -695174 or 8021237. OLE color: 8021237.

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

Color convert

RGB 245 100 122 -
CMYK 0 0.59 0.50 0.04
HSL 350.9º 0.88% 0.68% -
HSV(B) 350.9º 0.59% 0.96% -
XYZ 45.73 29.93 21.78 -
YUV 145.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 245 100 122 0 0.59 0.50 0.04 350.9 0.88 0.68
Hex F5 64 7A 0 3B 32 4 15F 58 44
Octal 365 144 172 0 73 62 4 537 130 104
Binary 11110101 1100100 1111010 0 111011 110010 100 101011111 1011000 1000100

Color Harmonies of #F5647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5647A

Black with #F5647A

Text Example


Text Example

White with #F5647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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