Html Css Color HEX #F0389D Wild Strawberry

📋 copy color: '#F0389D'

red 240 ◦ green 56 ◦ blue 157

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

Shades of Wild Strawberry #F0389D

Tints of Wild Strawberry #F0389D

RGB

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

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

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

R = 52.98%
G = 12.36%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0389D (or 0xF0389D) is known color: Wild Strawberry. HEX triplet: F0, 38 and 9D. RGB value is (240,56,157). Sum of RGB (Red+Green+Blue) = 240+56+157=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0389D is #0FC762. Grayscale: #7A7A7A. Windows color (decimal): -1034083 or 10303728. OLE color: 10303728.

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

Color convert

RGB 240 56 157 -
CMYK 0 0.77 0.35 0.06
HSL 327.07º 0.86% 0.58% -
HSV(B) 327.07º 0.77% 0.94% -
XYZ 43.44 23.79 34.2 -
YUV 122.53 147.46 211.79 -
System Red Green Blue C M Y K H S L
Decimal 240 56 157 0 0.77 0.35 0.06 327.07 0.86 0.58
Hex F0 38 9D 0 4D 23 6 147 56 3A
Octal 360 70 235 0 115 43 6 507 126 72
Binary 11110000 111000 10011101 0 1001101 100011 110 101000111 1010110 111010

Color Harmonies of #F0389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0389D

Black with #F0389D

Text Example


Text Example

White with #F0389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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