Html Css Color HEX #F9378F Wild Strawberry

📋 copy color: '#F9378F'

red 249 ◦ green 55 ◦ blue 143

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

Shades of Wild Strawberry #F9378F

Tints of Wild Strawberry #F9378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 55.7%
G = 12.3%
B = 31.99%

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

#F9378F (or 0xF9378F) is known color: Wild Strawberry. HEX triplet: F9, 37 and 8F. RGB value is (249,55,143). Sum of RGB (Red+Green+Blue) = 249+55+143=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9378F is #06C870. Grayscale: #7A7A7A. Windows color (decimal): -444529 or 9385977. OLE color: 9385977.

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

Color convert

RGB 249 55 143 -
CMYK 0 0.78 0.43 0.02
HSL 332.78º 0.94% 0.6% -
HSV(B) 332.78º 0.78% 0.98% -
XYZ 45.39 24.86 28.39 -
YUV 123.04 139.27 217.84 -
System Red Green Blue C M Y K H S L
Decimal 249 55 143 0 0.78 0.43 0.02 332.78 0.94 0.6
Hex F9 37 8F 0 4E 2B 2 14D 5E 3C
Octal 371 67 217 0 116 53 2 515 136 74
Binary 11111001 110111 10001111 0 1001110 101011 10 101001101 1011110 111100

Color Harmonies of #F9378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9378F

Black with #F9378F

Text Example


Text Example

White with #F9378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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