Html Css Color HEX #F6358C Wild Strawberry

📋 copy color: '#F6358C'

red 246 ◦ green 53 ◦ blue 140

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

Shades of Wild Strawberry #F6358C

Tints of Wild Strawberry #F6358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.07%

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

R = 56.04%
G = 12.07%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6358C (or 0xF6358C) is known color: Wild Strawberry. HEX triplet: F6, 35 and 8C. RGB value is (246,53,140). Sum of RGB (Red+Green+Blue) = 246+53+140=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F6358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6358C is #09CA73. Grayscale: #787878. Windows color (decimal): -641652 or 9188854. OLE color: 9188854.

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

Color convert

RGB 246 53 140 -
CMYK 0 0.78 0.43 0.04
HSL 332.95º 0.91% 0.59% -
HSV(B) 332.95º 0.78% 0.96% -
XYZ 44.01 24.03 27.13 -
YUV 120.63 138.94 217.43 -
System Red Green Blue C M Y K H S L
Decimal 246 53 140 0 0.78 0.43 0.04 332.95 0.91 0.59
Hex F6 35 8C 0 4E 2B 4 14D 5B 3B
Octal 366 65 214 0 116 53 4 515 133 73
Binary 11110110 110101 10001100 0 1001110 101011 100 101001101 1011011 111011

Color Harmonies of #F6358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6358C

Black with #F6358C

Text Example


Text Example

White with #F6358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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