Html Css Color HEX #F8768A Deep Blush

📋 copy color: '#F8768A'

red 248 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #F8768A

Tints of Deep Blush #F8768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.41%

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

R = 49.21%
G = 23.41%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8768A (or 0xF8768A) is known color: Deep Blush. HEX triplet: F8, 76 and 8A. RGB value is (248,118,138). Sum of RGB (Red+Green+Blue) = 248+118+138=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8768A is #078975. Grayscale: #9F9F9F. Windows color (decimal): -493942 or 9074424. OLE color: 9074424.

HSL color Cylindrical-coordinate representation of color #F8768A: hue angle of 350.77º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8768A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 118 138 -
CMYK 0 0.52 0.44 0.03
HSL 350.77º 0.9% 0.72% -
HSV(B) 350.77º 0.52% 0.97% -
XYZ 49.78 34.75 28.13 -
YUV 159.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 248 118 138 0 0.52 0.44 0.03 350.77 0.9 0.72
Hex F8 76 8A 0 34 2C 3 15F 5A 48
Octal 370 166 212 0 64 54 3 537 132 110
Binary 11111000 1110110 10001010 0 110100 101100 11 101011111 1011010 1001000

Color Harmonies of #F8768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8768A

Black with #F8768A

Text Example


Text Example

White with #F8768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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