Html Css Color HEX #F9389A Wild Strawberry

📋 copy color: '#F9389A'

red 249 ◦ green 56 ◦ blue 154

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

Shades of Wild Strawberry #F9389A

Tints of Wild Strawberry #F9389A

RGB

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

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

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

R = 54.25%
G = 12.2%
B = 33.55%

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

#F9389A (or 0xF9389A) is known color: Wild Strawberry. HEX triplet: F9, 38 and 9A. RGB value is (249,56,154). Sum of RGB (Red+Green+Blue) = 249+56+154=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9389A is #06C765. Grayscale: #7C7C7C. Windows color (decimal): -444262 or 10107129. OLE color: 10107129.

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

Color convert

RGB 249 56 154 -
CMYK 0 0.78 0.38 0.02
HSL 329.53º 0.94% 0.6% -
HSV(B) 329.53º 0.78% 0.98% -
XYZ 46.31 25.3 33.01 -
YUV 124.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 249 56 154 0 0.78 0.38 0.02 329.53 0.94 0.6
Hex F9 38 9A 0 4E 26 2 14A 5E 3C
Octal 371 70 232 0 116 46 2 512 136 74
Binary 11111001 111000 10011010 0 1001110 100110 10 101001010 1011110 111100

Color Harmonies of #F9389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9389A

Black with #F9389A

Text Example


Text Example

White with #F9389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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