Html Css Color HEX #F9388D Wild Strawberry

📋 copy color: '#F9388D'

red 249 ◦ green 56 ◦ blue 141

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

Shades of Wild Strawberry #F9388D

Tints of Wild Strawberry #F9388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 55.83%
G = 12.56%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9388D (or 0xF9388D) is known color: Wild Strawberry. HEX triplet: F9, 38 and 8D. RGB value is (249,56,141). Sum of RGB (Red+Green+Blue) = 249+56+141=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9388D is #06C772. Grayscale: #7B7B7B. Windows color (decimal): -444275 or 9255161. OLE color: 9255161.

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

Color convert

RGB 249 56 141 -
CMYK 0 0.78 0.43 0.02
HSL 333.58º 0.94% 0.6% -
HSV(B) 333.58º 0.78% 0.98% -
XYZ 45.29 24.89 27.62 -
YUV 123.4 137.94 217.59 -
System Red Green Blue C M Y K H S L
Decimal 249 56 141 0 0.78 0.43 0.02 333.58 0.94 0.6
Hex F9 38 8D 0 4E 2B 2 14E 5E 3C
Octal 371 70 215 0 116 53 2 516 136 74
Binary 11111001 111000 10001101 0 1001110 101011 10 101001110 1011110 111100

Color Harmonies of #F9388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9388D

Black with #F9388D

Text Example


Text Example

White with #F9388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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