Html Css Color HEX #F8638D Brink Pink

📋 copy color: '#F8638D'

red 248 ◦ green 99 ◦ blue 141

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

Shades of Brink Pink #F8638D

Tints of Brink Pink #F8638D

RGB

 RED value IS 248 (97.27% from 255) = 50.82%

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

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

R = 50.82%
G = 20.29%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8638D (or 0xF8638D) is known color: Brink Pink. HEX triplet: F8, 63 and 8D. RGB value is (248,99,141). Sum of RGB (Red+Green+Blue) = 248+99+141=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8638D is #079C72. Grayscale: #949494. Windows color (decimal): -498803 or 9266168. OLE color: 9266168.

HSL color Cylindrical-coordinate representation of color #F8638D: hue angle of 343.09º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8638D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 99 141 -
CMYK 0 0.60 0.43 0.03
HSL 343.09º 0.91% 0.68% -
HSV(B) 343.09º 0.6% 0.97% -
XYZ 47.98 30.8 28.62 -
YUV 148.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 248 99 141 0 0.60 0.43 0.03 343.09 0.91 0.68
Hex F8 63 8D 0 3C 2B 3 157 5B 44
Octal 370 143 215 0 74 53 3 527 133 104
Binary 11111000 1100011 10001101 0 111100 101011 11 101010111 1011011 1000100

Color Harmonies of #F8638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8638D

Black with #F8638D

Text Example


Text Example

White with #F8638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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