Html Css Color HEX #F6348C Wild Strawberry

📋 copy color: '#F6348C'

red 246 ◦ green 52 ◦ blue 140

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

Shades of Wild Strawberry #F6348C

Tints of Wild Strawberry #F6348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.87%

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 56.16%
G = 11.87%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6348C (or 0xF6348C) is known color: Wild Strawberry. HEX triplet: F6, 34 and 8C. RGB value is (246,52,140). Sum of RGB (Red+Green+Blue) = 246+52+140=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6348C is #09CB73. Grayscale: #777777. Windows color (decimal): -641908 or 9188598. OLE color: 9188598.

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

Color convert

RGB 246 52 140 -
CMYK 0 0.79 0.43 0.04
HSL 332.78º 0.92% 0.58% -
HSV(B) 332.78º 0.79% 0.96% -
XYZ 43.97 23.94 27.11 -
YUV 120.04 139.27 217.84 -
System Red Green Blue C M Y K H S L
Decimal 246 52 140 0 0.79 0.43 0.04 332.78 0.92 0.58
Hex F6 34 8C 0 4F 2B 4 14D 5C 3A
Octal 366 64 214 0 117 53 4 515 134 72
Binary 11110110 110100 10001100 0 1001111 101011 100 101001101 1011100 111010

Color Harmonies of #F6348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6348C

Black with #F6348C

Text Example


Text Example

White with #F6348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6348C; }

 p { color: rgb(246,52,140); }

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

background-color css

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

 a { background-color: rgb(246,52,140); }

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

border-color css

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

 span { border-color: rgb(246,52,140); }

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