Html Css Color HEX #F88F96 Wewak

📋 copy color: '#F88F96'

red 248 ◦ green 143 ◦ blue 150

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

Shades of Wewak #F88F96

Tints of Wewak #F88F96

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.43%

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 45.84%
G = 26.43%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F88F96 (or 0xF88F96) is known color: Wewak. HEX triplet: F8, 8F and 96. RGB value is (248,143,150). Sum of RGB (Red+Green+Blue) = 248+143+150=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88F96 is #077069. Grayscale: #AFAFAF. Windows color (decimal): -487530 or 9867256. OLE color: 9867256.

HSL color Cylindrical-coordinate representation of color #F88F96: hue angle of 356º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88F96 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 143 150 -
CMYK 0 0.42 0.40 0.03
HSL 356º 0.88% 0.77% -
HSV(B) 356º 0.42% 0.97% -
XYZ 54.04 41.8 34.07 -
YUV 175.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 248 143 150 0 0.42 0.40 0.03 356 0.88 0.77
Hex F8 8F 96 0 2A 28 3 164 58 4D
Octal 370 217 226 0 52 50 3 544 130 115
Binary 11111000 10001111 10010110 0 101010 101000 11 101100100 1011000 1001101

Color Harmonies of #F88F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88F96

Black with #F88F96

Text Example


Text Example

White with #F88F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88F96; }

 p { color: rgb(248,143,150); }

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

background-color css

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

 a { background-color: rgb(248,143,150); }

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

border-color css

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

 span { border-color: rgb(248,143,150); }

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