Html Css Color HEX #F0318D Wild Strawberry

📋 copy color: '#F0318D'

red 240 ◦ green 49 ◦ blue 141

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

Shades of Wild Strawberry #F0318D

Tints of Wild Strawberry #F0318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.4%

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

R = 55.81%
G = 11.4%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0318D (or 0xF0318D) is known color: Wild Strawberry. HEX triplet: F0, 31 and 8D. RGB value is (240,49,141). Sum of RGB (Red+Green+Blue) = 240+49+141=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0318D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0318D is #0FCE72. Grayscale: #747474. Windows color (decimal): -1035891 or 9253360. OLE color: 9253360.

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

Color convert

RGB 240 49 141 -
CMYK 0 0.80 0.41 0.06
HSL 331.1º 0.86% 0.57% -
HSV(B) 331.1º 0.8% 0.94% -
XYZ 41.84 22.64 27.36 -
YUV 116.6 141.78 216.02 -
System Red Green Blue C M Y K H S L
Decimal 240 49 141 0 0.80 0.41 0.06 331.1 0.86 0.57
Hex F0 31 8D 0 50 29 6 14B 56 39
Octal 360 61 215 0 120 51 6 513 126 71
Binary 11110000 110001 10001101 0 1010000 101001 110 101001011 1010110 111001

Color Harmonies of #F0318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0318D

Black with #F0318D

Text Example


Text Example

White with #F0318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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