Html Css Color HEX #F6318B Wild Strawberry

📋 copy color: '#F6318B'

red 246 ◦ green 49 ◦ blue 139

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

Shades of Wild Strawberry #F6318B

Tints of Wild Strawberry #F6318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 56.68%
G = 11.29%
B = 32.03%

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

#F6318B (or 0xF6318B) is known color: Wild Strawberry. HEX triplet: F6, 31 and 8B. RGB value is (246,49,139). Sum of RGB (Red+Green+Blue) = 246+49+139=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F6318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6318B is #09CE74. Grayscale: #767676. Windows color (decimal): -642677 or 9122294. OLE color: 9122294.

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

Color convert

RGB 246 49 139 -
CMYK 0 0.80 0.43 0.04
HSL 332.59º 0.92% 0.58% -
HSV(B) 332.59º 0.8% 0.96% -
XYZ 43.76 23.65 26.69 -
YUV 118.16 139.77 219.18 -
System Red Green Blue C M Y K H S L
Decimal 246 49 139 0 0.80 0.43 0.04 332.59 0.92 0.58
Hex F6 31 8B 0 50 2B 4 14D 5C 3A
Octal 366 61 213 0 120 53 4 515 134 72
Binary 11110110 110001 10001011 0 1010000 101011 100 101001101 1011100 111010

Color Harmonies of #F6318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6318B

Black with #F6318B

Text Example


Text Example

White with #F6318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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