Html Css Color HEX #F8638A Brink Pink

📋 copy color: '#F8638A'

red 248 ◦ green 99 ◦ blue 138

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

Shades of Brink Pink #F8638A

Tints of Brink Pink #F8638A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 51.13%
G = 20.41%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8638A (or 0xF8638A) is known color: Brink Pink. HEX triplet: F8, 63 and 8A. RGB value is (248,99,138). Sum of RGB (Red+Green+Blue) = 248+99+138=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8638A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8638A is #079C75. Grayscale: #939393. Windows color (decimal): -498806 or 9069560. OLE color: 9069560.

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

Color convert

RGB 248 99 138 -
CMYK 0 0.60 0.44 0.03
HSL 344.3º 0.91% 0.68% -
HSV(B) 344.3º 0.6% 0.97% -
XYZ 47.76 30.72 27.46 -
YUV 148 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 248 99 138 0 0.60 0.44 0.03 344.3 0.91 0.68
Hex F8 63 8A 0 3C 2C 3 158 5B 44
Octal 370 143 212 0 74 54 3 530 133 104
Binary 11111000 1100011 10001010 0 111100 101100 11 101011000 1011011 1000100

Color Harmonies of #F8638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8638A

Black with #F8638A

Text Example


Text Example

White with #F8638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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