Html Css Color HEX #F86F93 Deep Blush

📋 copy color: '#F86F93'

red 248 ◦ green 111 ◦ blue 147

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

Shades of Deep Blush #F86F93

Tints of Deep Blush #F86F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

 BLUE value IS 147 (57.81% from 255) = 29.05%

R = 49.01%
G = 21.94%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F86F93 (or 0xF86F93) is known color: Deep Blush. HEX triplet: F8, 6F and 93. RGB value is (248,111,147). Sum of RGB (Red+Green+Blue) = 248+111+147=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F93 is #07906C. Grayscale: #9C9C9C. Windows color (decimal): -495725 or 9662456. OLE color: 9662456.

HSL color Cylindrical-coordinate representation of color #F86F93: hue angle of 344.23º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86F93 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 111 147 -
CMYK 0 0.55 0.41 0.03
HSL 344.23º 0.91% 0.7% -
HSV(B) 344.23º 0.55% 0.97% -
XYZ 49.66 33.43 31.44 -
YUV 156.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 248 111 147 0 0.55 0.41 0.03 344.23 0.91 0.7
Hex F8 6F 93 0 37 29 3 158 5B 46
Octal 370 157 223 0 67 51 3 530 133 106
Binary 11111000 1101111 10010011 0 110111 101001 11 101011000 1011011 1000110

Color Harmonies of #F86F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F93

Black with #F86F93

Text Example


Text Example

White with #F86F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F93; }

 p { color: rgb(248,111,147); }

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

background-color css

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

 a { background-color: rgb(248,111,147); }

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

border-color css

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

 span { border-color: rgb(248,111,147); }

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