#F6368E

Color #F6368E Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F6368E

Tints of Wild Strawberry #F6368E

Color information

#F6368E (or 0xF6368E) is unknown color: approx Wild Strawberry. HEX triplet: F6, 36 and 8E. RGB value is (246,54,142). Sum of RGB (Red+Green+Blue) = 246+54+142=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F6368E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6368E is #09C971. Grayscale: #797979. Windows color (decimal): -641394 or 9320182. OLE color: 9320182.

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

Color convert

RGB24654142-
CMYK00.780.420.04
HSL332.5º91.43%58.82%-
HSV(B)332.5º78.05%96.47%-
XYZ44.2124.1827.93-
YUV121.44139.61216.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.66%
GREEN value IS 54 (21.48% from 255) = 12.22%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=55.66%
G=12.22%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465414200.780.420.04332.591.4358.82
HexF6368E04E2A414c5b3b
Octal36666216011652451413373
Binary1111011011011010001110010011101010101001010011001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6368E; }

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

 H1.HeaderClassName
 {
   color: #F6368E;
 }
 .AnyTagClassName
 {
   color: #F6368E;
 }
</style>
background-color css

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

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

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

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

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

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