Html Css Color HEX #F9389B Wild Strawberry

📋 copy color: '#F9389B'

red 249 ◦ green 56 ◦ blue 155

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

Shades of Wild Strawberry #F9389B

Tints of Wild Strawberry #F9389B

RGB

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

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

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

R = 54.13%
G = 12.17%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9389B (or 0xF9389B) is known color: Wild Strawberry. HEX triplet: F9, 38 and 9B. RGB value is (249,56,155). Sum of RGB (Red+Green+Blue) = 249+56+155=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9389B is #06C764. Grayscale: #7C7C7C. Windows color (decimal): -444261 or 10172665. OLE color: 10172665.

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

Color convert

RGB 249 56 155 -
CMYK 0 0.78 0.38 0.02
HSL 329.22º 0.94% 0.6% -
HSV(B) 329.22º 0.78% 0.98% -
XYZ 46.4 25.33 33.46 -
YUV 124.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 249 56 155 0 0.78 0.38 0.02 329.22 0.94 0.6
Hex F9 38 9B 0 4E 26 2 149 5E 3C
Octal 371 70 233 0 116 46 2 511 136 74
Binary 11111001 111000 10011011 0 1001110 100110 10 101001001 1011110 111100

Color Harmonies of #F9389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9389B

Black with #F9389B

Text Example


Text Example

White with #F9389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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