Html Css Color HEX #F8288F Wild Strawberry

📋 copy color: '#F8288F'

red 248 ◦ green 40 ◦ blue 143

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

Shades of Wild Strawberry #F8288F

Tints of Wild Strawberry #F8288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 57.54%
G = 9.28%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8288F (or 0xF8288F) is known color: Wild Strawberry. HEX triplet: F8, 28 and 8F. RGB value is (248,40,143). Sum of RGB (Red+Green+Blue) = 248+40+143=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F8288F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8288F is #07D770. Grayscale: #717171. Windows color (decimal): -513905 or 9382136. OLE color: 9382136.

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

Color convert

RGB 248 40 143 -
CMYK 0 0.84 0.42 0.03
HSL 330.29º 0.94% 0.56% -
HSV(B) 330.29º 0.84% 0.97% -
XYZ 44.43 23.46 28.17 -
YUV 113.93 144.41 223.62 -
System Red Green Blue C M Y K H S L
Decimal 248 40 143 0 0.84 0.42 0.03 330.29 0.94 0.56
Hex F8 28 8F 0 54 2A 3 14A 5E 38
Octal 370 50 217 0 124 52 3 512 136 70
Binary 11111000 101000 10001111 0 1010100 101010 11 101001010 1011110 111000

Color Harmonies of #F8288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8288F

Black with #F8288F

Text Example


Text Example

White with #F8288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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