Html Css Color HEX #F5638C Brink Pink

📋 copy color: '#F5638C'

red 245 ◦ green 99 ◦ blue 140

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

Shades of Brink Pink #F5638C

Tints of Brink Pink #F5638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.45%

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

R = 50.62%
G = 20.45%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5638C (or 0xF5638C) is known color: Brink Pink. HEX triplet: F5, 63 and 8C. RGB value is (245,99,140). Sum of RGB (Red+Green+Blue) = 245+99+140=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5638C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5638C is #0A9C73. Grayscale: #939393. Windows color (decimal): -695412 or 9200629. OLE color: 9200629.

HSL color Cylindrical-coordinate representation of color #F5638C: hue angle of 343.15º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5638C is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 99 140 -
CMYK 0 0.60 0.43 0.04
HSL 343.15º 0.88% 0.67% -
HSV(B) 343.15º 0.6% 0.96% -
XYZ 46.85 30.23 28.18 -
YUV 147.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 245 99 140 0 0.60 0.43 0.04 343.15 0.88 0.67
Hex F5 63 8C 0 3C 2B 4 157 58 43
Octal 365 143 214 0 74 53 4 527 130 103
Binary 11110101 1100011 10001100 0 111100 101011 100 101010111 1011000 1000011

Color Harmonies of #F5638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5638C

Black with #F5638C

Text Example


Text Example

White with #F5638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5638C; }

 p { color: rgb(245,99,140); }

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

background-color css

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

 a { background-color: rgb(245,99,140); }

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

border-color css

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

 span { border-color: rgb(245,99,140); }

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