Html Css Color HEX #F0369B Wild Strawberry

📋 copy color: '#F0369B'

red 240 ◦ green 54 ◦ blue 155

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

Shades of Wild Strawberry #F0369B

Tints of Wild Strawberry #F0369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 53.45%
G = 12.03%
B = 34.52%

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

#F0369B (or 0xF0369B) is known color: Wild Strawberry. HEX triplet: F0, 36 and 9B. RGB value is (240,54,155). Sum of RGB (Red+Green+Blue) = 240+54+155=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0369B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0369B is #0FC964. Grayscale: #787878. Windows color (decimal): -1034597 or 10172144. OLE color: 10172144.

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

Color convert

RGB 240 54 155 -
CMYK 0 0.78 0.35 0.06
HSL 327.42º 0.86% 0.58% -
HSV(B) 327.42º 0.78% 0.94% -
XYZ 43.17 23.53 33.28 -
YUV 121.13 147.12 212.79 -
System Red Green Blue C M Y K H S L
Decimal 240 54 155 0 0.78 0.35 0.06 327.42 0.86 0.58
Hex F0 36 9B 0 4E 23 6 147 56 3A
Octal 360 66 233 0 116 43 6 507 126 72
Binary 11110000 110110 10011011 0 1001110 100011 110 101000111 1010110 111010

Color Harmonies of #F0369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0369B

Black with #F0369B

Text Example


Text Example

White with #F0369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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