Html Css Color HEX #F6378E Wild Strawberry

📋 copy color: '#F6378E'

red 246 ◦ green 55 ◦ blue 142

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

Shades of Wild Strawberry #F6378E

Tints of Wild Strawberry #F6378E

RGB

 RED value IS 246 (96.48% from 255) = 55.53%

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

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 55.53%
G = 12.42%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6378E (or 0xF6378E) is known color: Wild Strawberry. HEX triplet: F6, 37 and 8E. RGB value is (246,55,142). Sum of RGB (Red+Green+Blue) = 246+55+142=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6378E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6378E is #09C871. Grayscale: #797979. Windows color (decimal): -641138 or 9320438. OLE color: 9320438.

HSL color Cylindrical-coordinate representation of color #F6378E: hue angle of 332.67º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6378E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 55 142 -
CMYK 0 0.78 0.42 0.04
HSL 332.67º 0.91% 0.59% -
HSV(B) 332.67º 0.78% 0.96% -
XYZ 44.25 24.28 27.94 -
YUV 122.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 246 55 142 0 0.78 0.42 0.04 332.67 0.91 0.59
Hex F6 37 8E 0 4E 2A 4 14D 5B 3B
Octal 366 67 216 0 116 52 4 515 133 73
Binary 11110110 110111 10001110 0 1001110 101010 100 101001101 1011011 111011

Color Harmonies of #F6378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6378E

Black with #F6378E

Text Example


Text Example

White with #F6378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6378E; }

 p { color: rgb(246,55,142); }

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

background-color css

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

 a { background-color: rgb(246,55,142); }

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

border-color css

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

 span { border-color: rgb(246,55,142); }

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