Html Css Color HEX #F0369D Wild Strawberry

📋 copy color: '#F0369D'

red 240 ◦ green 54 ◦ blue 157

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

Shades of Wild Strawberry #F0369D

Tints of Wild Strawberry #F0369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.81%

R = 53.22%
G = 11.97%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0369D (or 0xF0369D) is known color: Wild Strawberry. HEX triplet: F0, 36 and 9D. RGB value is (240,54,157). Sum of RGB (Red+Green+Blue) = 240+54+157=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0369D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0369D is #0FC962. Grayscale: #797979. Windows color (decimal): -1034595 or 10303216. OLE color: 10303216.

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

Color convert

RGB 240 54 157 -
CMYK 0 0.78 0.35 0.06
HSL 326.77º 0.86% 0.58% -
HSV(B) 326.77º 0.78% 0.94% -
XYZ 43.34 23.6 34.17 -
YUV 121.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 240 54 157 0 0.78 0.35 0.06 326.77 0.86 0.58
Hex F0 36 9D 0 4E 23 6 147 56 3A
Octal 360 66 235 0 116 43 6 507 126 72
Binary 11110000 110110 10011101 0 1001110 100011 110 101000111 1010110 111010

Color Harmonies of #F0369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0369D

Black with #F0369D

Text Example


Text Example

White with #F0369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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