Html Css Color HEX #F8638E Brink Pink

📋 copy color: '#F8638E'

red 248 ◦ green 99 ◦ blue 142

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

Shades of Brink Pink #F8638E

Tints of Brink Pink #F8638E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 50.72%
G = 20.25%
B = 29.04%

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

#F8638E (or 0xF8638E) is known color: Brink Pink. HEX triplet: F8, 63 and 8E. RGB value is (248,99,142). Sum of RGB (Red+Green+Blue) = 248+99+142=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8638E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8638E is #079C71. Grayscale: #949494. Windows color (decimal): -498802 or 9331704. OLE color: 9331704.

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

Color convert

RGB 248 99 142 -
CMYK 0 0.60 0.43 0.03
HSL 342.68º 0.91% 0.68% -
HSV(B) 342.68º 0.6% 0.97% -
XYZ 48.06 30.83 29.01 -
YUV 148.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 248 99 142 0 0.60 0.43 0.03 342.68 0.91 0.68
Hex F8 63 8E 0 3C 2B 3 157 5B 44
Octal 370 143 216 0 74 53 3 527 133 104
Binary 11111000 1100011 10001110 0 111100 101011 11 101010111 1011011 1000100

Color Harmonies of #F8638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8638E

Black with #F8638E

Text Example


Text Example

White with #F8638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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