Html Css Color HEX #F5648D Brink Pink

📋 copy color: '#F5648D'

red 245 ◦ green 100 ◦ blue 141

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

Shades of Brink Pink #F5648D

Tints of Brink Pink #F5648D

RGB

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

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

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

R = 50.41%
G = 20.58%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5648D (or 0xF5648D) is known color: Brink Pink. HEX triplet: F5, 64 and 8D. RGB value is (245,100,141). Sum of RGB (Red+Green+Blue) = 245+100+141=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5648D is #0A9B72. Grayscale: #949494. Windows color (decimal): -695155 or 9266421. OLE color: 9266421.

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

Color convert

RGB 245 100 141 -
CMYK 0 0.59 0.42 0.04
HSL 343.03º 0.88% 0.68% -
HSV(B) 343.03º 0.59% 0.96% -
XYZ 47.02 30.45 28.6 -
YUV 148.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 245 100 141 0 0.59 0.42 0.04 343.03 0.88 0.68
Hex F5 64 8D 0 3B 2A 4 157 58 44
Octal 365 144 215 0 73 52 4 527 130 104
Binary 11110101 1100100 10001101 0 111011 101010 100 101010111 1011000 1000100

Color Harmonies of #F5648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5648D

Black with #F5648D

Text Example


Text Example

White with #F5648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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