Html Css Color HEX #F0368F Wild Strawberry

📋 copy color: '#F0368F'

red 240 ◦ green 54 ◦ blue 143

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

Shades of Wild Strawberry #F0368F

Tints of Wild Strawberry #F0368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 54.92%
G = 12.36%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0368F (or 0xF0368F) is known color: Wild Strawberry. HEX triplet: F0, 36 and 8F. RGB value is (240,54,143). Sum of RGB (Red+Green+Blue) = 240+54+143=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0368F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0368F is #0FC970. Grayscale: #777777. Windows color (decimal): -1034609 or 9385712. OLE color: 9385712.

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

Color convert

RGB 240 54 143 -
CMYK 0 0.78 0.40 0.06
HSL 331.29º 0.86% 0.58% -
HSV(B) 331.29º 0.78% 0.94% -
XYZ 42.21 23.15 28.23 -
YUV 119.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 240 54 143 0 0.78 0.40 0.06 331.29 0.86 0.58
Hex F0 36 8F 0 4E 28 6 14B 56 3A
Octal 360 66 217 0 116 50 6 513 126 72
Binary 11110000 110110 10001111 0 1001110 101000 110 101001011 1010110 111010

Color Harmonies of #F0368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0368F

Black with #F0368F

Text Example


Text Example

White with #F0368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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