Html Css Color HEX #F7379C Wild Strawberry

📋 copy color: '#F7379C'

red 247 ◦ green 55 ◦ blue 156

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

Shades of Wild Strawberry #F7379C

Tints of Wild Strawberry #F7379C

RGB

 RED value IS 247 (96.88% from 255) = 53.93%

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

 BLUE value IS 156 (61.33% from 255) = 34.06%

R = 53.93%
G = 12.01%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7379C (or 0xF7379C) is known color: Wild Strawberry. HEX triplet: F7, 37 and 9C. RGB value is (247,55,156). Sum of RGB (Red+Green+Blue) = 247+55+156=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7379C is #08C863. Grayscale: #7B7B7B. Windows color (decimal): -575588 or 10237943. OLE color: 10237943.

HSL color Cylindrical-coordinate representation of color #F7379C: hue angle of 328.44º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F7379C is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 55 156 -
CMYK 0 0.78 0.37 0.03
HSL 328.44º 0.92% 0.59% -
HSV(B) 328.44º 0.78% 0.97% -
XYZ 45.72 24.91 33.85 -
YUV 123.92 146.11 215.79 -
System Red Green Blue C M Y K H S L
Decimal 247 55 156 0 0.78 0.37 0.03 328.44 0.92 0.59
Hex F7 37 9C 0 4E 25 3 148 5C 3B
Octal 367 67 234 0 116 45 3 510 134 73
Binary 11110111 110111 10011100 0 1001110 100101 11 101001000 1011100 111011

Color Harmonies of #F7379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7379C

Black with #F7379C

Text Example


Text Example

White with #F7379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7379C; }

 p { color: rgb(247,55,156); }

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

background-color css

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

 a { background-color: rgb(247,55,156); }

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

border-color css

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

 span { border-color: rgb(247,55,156); }

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