Html Css Color HEX #F8358E Wild Strawberry

📋 copy color: '#F8358E'

red 248 ◦ green 53 ◦ blue 142

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

Shades of Wild Strawberry #F8358E

Tints of Wild Strawberry #F8358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.96%

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 55.98%
G = 11.96%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8358E (or 0xF8358E) is known color: Wild Strawberry. HEX triplet: F8, 35 and 8E. RGB value is (248,53,142). Sum of RGB (Red+Green+Blue) = 248+53+142=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F8358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8358E is #07CA71. Grayscale: #797979. Windows color (decimal): -510578 or 9319928. OLE color: 9319928.

HSL color Cylindrical-coordinate representation of color #F8358E: hue angle of 332.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8358E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 53 142 -
CMYK 0 0.79 0.43 0.03
HSL 332.62º 0.93% 0.59% -
HSV(B) 332.62º 0.79% 0.97% -
XYZ 44.87 24.46 27.95 -
YUV 121.45 139.6 218.26 -
System Red Green Blue C M Y K H S L
Decimal 248 53 142 0 0.79 0.43 0.03 332.62 0.93 0.59
Hex F8 35 8E 0 4F 2B 3 14D 5D 3B
Octal 370 65 216 0 117 53 3 515 135 73
Binary 11111000 110101 10001110 0 1001111 101011 11 101001101 1011101 111011

Color Harmonies of #F8358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8358E

Black with #F8358E

Text Example


Text Example

White with #F8358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8358E; }

 p { color: rgb(248,53,142); }

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

background-color css

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

 a { background-color: rgb(248,53,142); }

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

border-color css

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

 span { border-color: rgb(248,53,142); }

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