Html Css Color HEX #F9389F Wild Strawberry

📋 copy color: '#F9389F'

red 249 ◦ green 56 ◦ blue 159

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

Shades of Wild Strawberry #F9389F

Tints of Wild Strawberry #F9389F

RGB

 RED value IS 249 (97.66% from 255) = 53.66%

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

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 53.66%
G = 12.07%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9389F (or 0xF9389F) is known color: Wild Strawberry. HEX triplet: F9, 38 and 9F. RGB value is (249,56,159). Sum of RGB (Red+Green+Blue) = 249+56+159=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F9389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9389F is #06C760. Grayscale: #7D7D7D. Windows color (decimal): -444257 or 10434809. OLE color: 10434809.

HSL color Cylindrical-coordinate representation of color #F9389F: hue angle of 327.98º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9389F is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 56 159 -
CMYK 0 0.78 0.36 0.02
HSL 327.98º 0.94% 0.6% -
HSV(B) 327.98º 0.78% 0.98% -
XYZ 46.74 25.47 35.25 -
YUV 125.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 249 56 159 0 0.78 0.36 0.02 327.98 0.94 0.6
Hex F9 38 9F 0 4E 24 2 148 5E 3C
Octal 371 70 237 0 116 44 2 510 136 74
Binary 11111001 111000 10011111 0 1001110 100100 10 101001000 1011110 111100

Color Harmonies of #F9389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9389F

Black with #F9389F

Text Example


Text Example

White with #F9389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9389F; }

 p { color: rgb(249,56,159); }

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

background-color css

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

 a { background-color: rgb(249,56,159); }

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

border-color css

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

 span { border-color: rgb(249,56,159); }

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