Html Css Color HEX #F6388E Wild Strawberry

📋 copy color: '#F6388E'

red 246 ◦ green 56 ◦ blue 142

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

Shades of Wild Strawberry #F6388E

Tints of Wild Strawberry #F6388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.61%

 BLUE value IS 142 (55.86% from 255) = 31.98%

R = 55.41%
G = 12.61%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6388E (or 0xF6388E) is known color: Wild Strawberry. HEX triplet: F6, 38 and 8E. RGB value is (246,56,142). Sum of RGB (Red+Green+Blue) = 246+56+142=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F6388E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6388E is #09C771. Grayscale: #7A7A7A. Windows color (decimal): -640882 or 9320694. OLE color: 9320694.

HSL color Cylindrical-coordinate representation of color #F6388E: hue angle of 332.84º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F6388E is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 56 142 -
CMYK 0 0.77 0.42 0.04
HSL 332.84º 0.91% 0.59% -
HSV(B) 332.84º 0.77% 0.96% -
XYZ 44.3 24.37 27.96 -
YUV 122.61 138.95 216.01 -
System Red Green Blue C M Y K H S L
Decimal 246 56 142 0 0.77 0.42 0.04 332.84 0.91 0.59
Hex F6 38 8E 0 4D 2A 4 14D 5B 3B
Octal 366 70 216 0 115 52 4 515 133 73
Binary 11110110 111000 10001110 0 1001101 101010 100 101001101 1011011 111011

Color Harmonies of #F6388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6388E

Black with #F6388E

Text Example


Text Example

White with #F6388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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