Html Css Color HEX #F0348D Wild Strawberry

📋 copy color: '#F0348D'

red 240 ◦ green 52 ◦ blue 141

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

Shades of Wild Strawberry #F0348D

Tints of Wild Strawberry #F0348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 55.43%
G = 12.01%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0348D (or 0xF0348D) is known color: Wild Strawberry. HEX triplet: F0, 34 and 8D. RGB value is (240,52,141). Sum of RGB (Red+Green+Blue) = 240+52+141=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0348D is #0FCB72. Grayscale: #767676. Windows color (decimal): -1035123 or 9254128. OLE color: 9254128.

HSL color Cylindrical-coordinate representation of color #F0348D: hue angle of 331.6º 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 #F0348D is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 141 -
CMYK 0 0.78 0.41 0.06
HSL 331.6º 0.86% 0.57% -
HSV(B) 331.6º 0.78% 0.94% -
XYZ 41.97 22.9 27.41 -
YUV 118.36 140.78 214.76 -
System Red Green Blue C M Y K H S L
Decimal 240 52 141 0 0.78 0.41 0.06 331.6 0.86 0.57
Hex F0 34 8D 0 4E 29 6 14C 56 39
Octal 360 64 215 0 116 51 6 514 126 71
Binary 11110000 110100 10001101 0 1001110 101001 110 101001100 1010110 111001

Color Harmonies of #F0348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0348D

Black with #F0348D

Text Example


Text Example

White with #F0348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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