Html Css Color HEX #F0368E Wild Strawberry

📋 copy color: '#F0368E'

red 240 ◦ green 54 ◦ blue 142

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

Shades of Wild Strawberry #F0368E

Tints of Wild Strawberry #F0368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.39%

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

R = 55.05%
G = 12.39%
B = 32.57%

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

#F0368E (or 0xF0368E) is known color: Wild Strawberry. HEX triplet: F0, 36 and 8E. RGB value is (240,54,142). Sum of RGB (Red+Green+Blue) = 240+54+142=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0368E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0368E is #0FC971. Grayscale: #777777. Windows color (decimal): -1034610 or 9320176. OLE color: 9320176.

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

Color convert

RGB 240 54 142 -
CMYK 0 0.78 0.41 0.06
HSL 331.61º 0.86% 0.58% -
HSV(B) 331.61º 0.78% 0.94% -
XYZ 42.14 23.12 27.83 -
YUV 119.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 240 54 142 0 0.78 0.41 0.06 331.61 0.86 0.58
Hex F0 36 8E 0 4E 29 6 14C 56 3A
Octal 360 66 216 0 116 51 6 514 126 72
Binary 11110000 110110 10001110 0 1001110 101001 110 101001100 1010110 111010

Color Harmonies of #F0368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0368E

Black with #F0368E

Text Example


Text Example

White with #F0368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0368E; }

 p { color: rgb(240,54,142); }

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

background-color css

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

 a { background-color: rgb(240,54,142); }

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

border-color css

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

 span { border-color: rgb(240,54,142); }

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