Html Css Color HEX #F6318D Wild Strawberry

📋 copy color: '#F6318D'

red 246 ◦ green 49 ◦ blue 141

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

Shades of Wild Strawberry #F6318D

Tints of Wild Strawberry #F6318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.24%

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

R = 56.42%
G = 11.24%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6318D (or 0xF6318D) is known color: Wild Strawberry. HEX triplet: F6, 31 and 8D. RGB value is (246,49,141). Sum of RGB (Red+Green+Blue) = 246+49+141=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6318D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6318D is #09CE72. Grayscale: #767676. Windows color (decimal): -642675 or 9253366. OLE color: 9253366.

HSL color Cylindrical-coordinate representation of color #F6318D: hue angle of 331.98º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6318D is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 49 141 -
CMYK 0 0.80 0.43 0.04
HSL 331.98º 0.92% 0.58% -
HSV(B) 331.98º 0.8% 0.96% -
XYZ 43.91 23.71 27.46 -
YUV 118.39 140.77 219.02 -
System Red Green Blue C M Y K H S L
Decimal 246 49 141 0 0.80 0.43 0.04 331.98 0.92 0.58
Hex F6 31 8D 0 50 2B 4 14C 5C 3A
Octal 366 61 215 0 120 53 4 514 134 72
Binary 11110110 110001 10001101 0 1010000 101011 100 101001100 1011100 111010

Color Harmonies of #F6318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6318D

Black with #F6318D

Text Example


Text Example

White with #F6318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6318D; }

 p { color: rgb(246,49,141); }

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

background-color css

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

 a { background-color: rgb(246,49,141); }

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

border-color css

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

 span { border-color: rgb(246,49,141); }

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