Html Css Color HEX #F0348C Wild Strawberry

📋 copy color: '#F0348C'

red 240 ◦ green 52 ◦ blue 140

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

Shades of Wild Strawberry #F0348C

Tints of Wild Strawberry #F0348C

RGB

 RED value IS 240 (94.14% from 255) = 55.56%

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

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

R = 55.56%
G = 12.04%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0348C (or 0xF0348C) is known color: Wild Strawberry. HEX triplet: F0, 34 and 8C. RGB value is (240,52,140). Sum of RGB (Red+Green+Blue) = 240+52+140=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0348C is #0FCB73. Grayscale: #767676. Windows color (decimal): -1035124 or 9188592. OLE color: 9188592.

HSL color Cylindrical-coordinate representation of color #F0348C: hue angle of 331.91º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0348C is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 140 -
CMYK 0 0.78 0.42 0.06
HSL 331.91º 0.86% 0.57% -
HSV(B) 331.91º 0.78% 0.94% -
XYZ 41.9 22.87 27.02 -
YUV 118.24 140.28 214.84 -
System Red Green Blue C M Y K H S L
Decimal 240 52 140 0 0.78 0.42 0.06 331.91 0.86 0.57
Hex F0 34 8C 0 4E 2A 6 14C 56 39
Octal 360 64 214 0 116 52 6 514 126 71
Binary 11110000 110100 10001100 0 1001110 101010 110 101001100 1010110 111001

Color Harmonies of #F0348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0348C

Black with #F0348C

Text Example


Text Example

White with #F0348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0348C; }

 p { color: rgb(240,52,140); }

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

background-color css

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

 a { background-color: rgb(240,52,140); }

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

border-color css

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

 span { border-color: rgb(240,52,140); }

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