Html Css Color HEX #F8298C Wild Strawberry

📋 copy color: '#F8298C'

red 248 ◦ green 41 ◦ blue 140

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

Shades of Wild Strawberry #F8298C

Tints of Wild Strawberry #F8298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.56%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 57.81%
G = 9.56%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8298C (or 0xF8298C) is known color: Wild Strawberry. HEX triplet: F8, 29 and 8C. RGB value is (248,41,140). Sum of RGB (Red+Green+Blue) = 248+41+140=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8298C is #07D673. Grayscale: #717171. Windows color (decimal): -513652 or 9185784. OLE color: 9185784.

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

Color convert

RGB 248 41 140 -
CMYK 0 0.83 0.44 0.03
HSL 331.3º 0.94% 0.57% -
HSV(B) 331.3º 0.83% 0.97% -
XYZ 44.24 23.44 27 -
YUV 114.18 142.58 223.45 -
System Red Green Blue C M Y K H S L
Decimal 248 41 140 0 0.83 0.44 0.03 331.3 0.94 0.57
Hex F8 29 8C 0 53 2C 3 14B 5E 39
Octal 370 51 214 0 123 54 3 513 136 71
Binary 11111000 101001 10001100 0 1010011 101100 11 101001011 1011110 111001

Color Harmonies of #F8298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8298C

Black with #F8298C

Text Example


Text Example

White with #F8298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8298C; }

 p { color: rgb(248,41,140); }

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

background-color css

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

 a { background-color: rgb(248,41,140); }

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

border-color css

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

 span { border-color: rgb(248,41,140); }

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