Html Css Color HEX #F8288A Wild Strawberry

📋 copy color: '#F8288A'

red 248 ◦ green 40 ◦ blue 138

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

Shades of Wild Strawberry #F8288A

Tints of Wild Strawberry #F8288A

RGB

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

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

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

R = 58.22%
G = 9.39%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8288A (or 0xF8288A) is known color: Wild Strawberry. HEX triplet: F8, 28 and 8A. RGB value is (248,40,138). Sum of RGB (Red+Green+Blue) = 248+40+138=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8288A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8288A is #07D775. Grayscale: #717171. Windows color (decimal): -513910 or 9054456. OLE color: 9054456.

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

Color convert

RGB 248 40 138 -
CMYK 0 0.84 0.44 0.03
HSL 331.73º 0.94% 0.56% -
HSV(B) 331.73º 0.84% 0.97% -
XYZ 44.06 23.31 26.22 -
YUV 113.36 141.91 224.03 -
System Red Green Blue C M Y K H S L
Decimal 248 40 138 0 0.84 0.44 0.03 331.73 0.94 0.56
Hex F8 28 8A 0 54 2C 3 14C 5E 38
Octal 370 50 212 0 124 54 3 514 136 70
Binary 11111000 101000 10001010 0 1010100 101100 11 101001100 1011110 111000

Color Harmonies of #F8288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8288A

Black with #F8288A

Text Example


Text Example

White with #F8288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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