Html Css Color HEX #F7378F Wild Strawberry

📋 copy color: '#F7378F'

red 247 ◦ green 55 ◦ blue 143

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

Shades of Wild Strawberry #F7378F

Tints of Wild Strawberry #F7378F

RGB

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

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

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

R = 55.51%
G = 12.36%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7378F (or 0xF7378F) is known color: Wild Strawberry. HEX triplet: F7, 37 and 8F. RGB value is (247,55,143). Sum of RGB (Red+Green+Blue) = 247+55+143=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F7378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7378F is #08C870. Grayscale: #7A7A7A. Windows color (decimal): -575601 or 9385975. OLE color: 9385975.

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

Color convert

RGB 247 55 143 -
CMYK 0 0.78 0.42 0.03
HSL 332.5º 0.92% 0.59% -
HSV(B) 332.5º 0.78% 0.97% -
XYZ 44.68 24.49 28.36 -
YUV 122.44 139.61 216.84 -
System Red Green Blue C M Y K H S L
Decimal 247 55 143 0 0.78 0.42 0.03 332.5 0.92 0.59
Hex F7 37 8F 0 4E 2A 3 14C 5C 3B
Octal 367 67 217 0 116 52 3 514 134 73
Binary 11110111 110111 10001111 0 1001110 101010 11 101001100 1011100 111011

Color Harmonies of #F7378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7378F

Black with #F7378F

Text Example


Text Example

White with #F7378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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