Html Css Color HEX #F5638D Brink Pink

📋 copy color: '#F5638D'

red 245 ◦ green 99 ◦ blue 141

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

Shades of Brink Pink #F5638D

Tints of Brink Pink #F5638D

RGB

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

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

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

R = 50.52%
G = 20.41%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5638D (or 0xF5638D) is known color: Brink Pink. HEX triplet: F5, 63 and 8D. RGB value is (245,99,141). Sum of RGB (Red+Green+Blue) = 245+99+141=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5638D is #0A9C72. Grayscale: #939393. Windows color (decimal): -695411 or 9266165. OLE color: 9266165.

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

Color convert

RGB 245 99 141 -
CMYK 0 0.60 0.42 0.04
HSL 342.74º 0.88% 0.67% -
HSV(B) 342.74º 0.6% 0.96% -
XYZ 46.93 30.26 28.57 -
YUV 147.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 245 99 141 0 0.60 0.42 0.04 342.74 0.88 0.67
Hex F5 63 8D 0 3C 2A 4 157 58 43
Octal 365 143 215 0 74 52 4 527 130 103
Binary 11110101 1100011 10001101 0 111100 101010 100 101010111 1011000 1000011

Color Harmonies of #F5638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5638D

Black with #F5638D

Text Example


Text Example

White with #F5638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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