Html Css Color HEX #F8348E Wild Strawberry

📋 copy color: '#F8348E'

red 248 ◦ green 52 ◦ blue 142

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

Shades of Wild Strawberry #F8348E

Tints of Wild Strawberry #F8348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.76%

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

R = 56.11%
G = 11.76%
B = 32.13%

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

#F8348E (or 0xF8348E) is known color: Wild Strawberry. HEX triplet: F8, 34 and 8E. RGB value is (248,52,142). Sum of RGB (Red+Green+Blue) = 248+52+142=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8348E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8348E is #07CB71. Grayscale: #787878. Windows color (decimal): -510834 or 9319672. OLE color: 9319672.

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

Color convert

RGB 248 52 142 -
CMYK 0 0.79 0.43 0.03
HSL 332.45º 0.93% 0.59% -
HSV(B) 332.45º 0.79% 0.97% -
XYZ 44.82 24.37 27.93 -
YUV 120.86 139.93 218.68 -
System Red Green Blue C M Y K H S L
Decimal 248 52 142 0 0.79 0.43 0.03 332.45 0.93 0.59
Hex F8 34 8E 0 4F 2B 3 14C 5D 3B
Octal 370 64 216 0 117 53 3 514 135 73
Binary 11111000 110100 10001110 0 1001111 101011 11 101001100 1011101 111011

Color Harmonies of #F8348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8348E

Black with #F8348E

Text Example


Text Example

White with #F8348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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