Html Css Color HEX #F0389A Wild Strawberry

📋 copy color: '#F0389A'

red 240 ◦ green 56 ◦ blue 154

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

Shades of Wild Strawberry #F0389A

Tints of Wild Strawberry #F0389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.44%

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 53.33%
G = 12.44%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0389A (or 0xF0389A) is known color: Wild Strawberry. HEX triplet: F0, 38 and 9A. RGB value is (240,56,154). Sum of RGB (Red+Green+Blue) = 240+56+154=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0389A is #0FC765. Grayscale: #797979. Windows color (decimal): -1034086 or 10107120. OLE color: 10107120.

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

Color convert

RGB 240 56 154 -
CMYK 0 0.77 0.36 0.06
HSL 328.04º 0.86% 0.58% -
HSV(B) 328.04º 0.77% 0.94% -
XYZ 43.18 23.69 32.87 -
YUV 122.19 145.96 212.03 -
System Red Green Blue C M Y K H S L
Decimal 240 56 154 0 0.77 0.36 0.06 328.04 0.86 0.58
Hex F0 38 9A 0 4D 24 6 148 56 3A
Octal 360 70 232 0 115 44 6 510 126 72
Binary 11110000 111000 10011010 0 1001101 100100 110 101001000 1010110 111010

Color Harmonies of #F0389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0389A

Black with #F0389A

Text Example


Text Example

White with #F0389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0389A; }

 p { color: rgb(240,56,154); }

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

background-color css

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

 a { background-color: rgb(240,56,154); }

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

border-color css

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

 span { border-color: rgb(240,56,154); }

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