Html Css Color HEX #F6389B Wild Strawberry

📋 copy color: '#F6389B'

red 246 ◦ green 56 ◦ blue 155

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

Shades of Wild Strawberry #F6389B

Tints of Wild Strawberry #F6389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 53.83%
G = 12.25%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6389B (or 0xF6389B) is known color: Wild Strawberry. HEX triplet: F6, 38 and 9B. RGB value is (246,56,155). Sum of RGB (Red+Green+Blue) = 246+56+155=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F6389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6389B is #09C764. Grayscale: #7B7B7B. Windows color (decimal): -640869 or 10172662. OLE color: 10172662.

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

Color convert

RGB 246 56 155 -
CMYK 0 0.77 0.37 0.04
HSL 328.74º 0.91% 0.59% -
HSV(B) 328.74º 0.77% 0.96% -
XYZ 45.34 24.79 33.41 -
YUV 124.1 145.45 214.95 -
System Red Green Blue C M Y K H S L
Decimal 246 56 155 0 0.77 0.37 0.04 328.74 0.91 0.59
Hex F6 38 9B 0 4D 25 4 149 5B 3B
Octal 366 70 233 0 115 45 4 511 133 73
Binary 11110110 111000 10011011 0 1001101 100101 100 101001001 1011011 111011

Color Harmonies of #F6389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6389B

Black with #F6389B

Text Example


Text Example

White with #F6389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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