Html Css Color HEX #F7378D Wild Strawberry

📋 copy color: '#F7378D'

red 247 ◦ green 55 ◦ blue 141

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

Shades of Wild Strawberry #F7378D

Tints of Wild Strawberry #F7378D

RGB

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

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

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

R = 55.76%
G = 12.42%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7378D (or 0xF7378D) is known color: Wild Strawberry. HEX triplet: F7, 37 and 8D. RGB value is (247,55,141). Sum of RGB (Red+Green+Blue) = 247+55+141=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F7378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7378D is #08C872. Grayscale: #7A7A7A. Windows color (decimal): -575603 or 9254903. OLE color: 9254903.

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

Color convert

RGB 247 55 141 -
CMYK 0 0.78 0.43 0.03
HSL 333.13º 0.92% 0.59% -
HSV(B) 333.13º 0.78% 0.97% -
XYZ 44.53 24.43 27.57 -
YUV 122.21 138.61 217.01 -
System Red Green Blue C M Y K H S L
Decimal 247 55 141 0 0.78 0.43 0.03 333.13 0.92 0.59
Hex F7 37 8D 0 4E 2B 3 14D 5C 3B
Octal 367 67 215 0 116 53 3 515 134 73
Binary 11110111 110111 10001101 0 1001110 101011 11 101001101 1011100 111011

Color Harmonies of #F7378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7378D

Black with #F7378D

Text Example


Text Example

White with #F7378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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