Html Css Color HEX #F9378C Wild Strawberry

📋 copy color: '#F9378C'

red 249 ◦ green 55 ◦ blue 140

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

Shades of Wild Strawberry #F9378C

Tints of Wild Strawberry #F9378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.39%

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 56.08%
G = 12.39%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9378C (or 0xF9378C) is known color: Wild Strawberry. HEX triplet: F9, 37 and 8C. RGB value is (249,55,140). Sum of RGB (Red+Green+Blue) = 249+55+140=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9378C is #06C873. Grayscale: #7A7A7A. Windows color (decimal): -444532 or 9189369. OLE color: 9189369.

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

Color convert

RGB 249 55 140 -
CMYK 0 0.78 0.44 0.02
HSL 333.71º 0.94% 0.6% -
HSV(B) 333.71º 0.78% 0.98% -
XYZ 45.17 24.77 27.21 -
YUV 122.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 249 55 140 0 0.78 0.44 0.02 333.71 0.94 0.6
Hex F9 37 8C 0 4E 2C 2 14E 5E 3C
Octal 371 67 214 0 116 54 2 516 136 74
Binary 11111001 110111 10001100 0 1001110 101100 10 101001110 1011110 111100

Color Harmonies of #F9378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9378C

Black with #F9378C

Text Example


Text Example

White with #F9378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9378C; }

 p { color: rgb(249,55,140); }

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

background-color css

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

 a { background-color: rgb(249,55,140); }

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

border-color css

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

 span { border-color: rgb(249,55,140); }

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