Html Css Color HEX #F6288C Wild Strawberry

📋 copy color: '#F6288C'

red 246 ◦ green 40 ◦ blue 140

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

Shades of Wild Strawberry #F6288C

Tints of Wild Strawberry #F6288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.39%

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

R = 57.75%
G = 9.39%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6288C (or 0xF6288C) is known color: Wild Strawberry. HEX triplet: F6, 28 and 8C. RGB value is (246,40,140). Sum of RGB (Red+Green+Blue) = 246+40+140=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F6288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6288C is #09D773. Grayscale: #707070. Windows color (decimal): -644980 or 9185526. OLE color: 9185526.

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

Color convert

RGB 246 40 140 -
CMYK 0 0.84 0.43 0.04
HSL 330.87º 0.92% 0.56% -
HSV(B) 330.87º 0.84% 0.96% -
XYZ 43.5 23 26.96 -
YUV 112.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 246 40 140 0 0.84 0.43 0.04 330.87 0.92 0.56
Hex F6 28 8C 0 54 2B 4 14B 5C 38
Octal 366 50 214 0 124 53 4 513 134 70
Binary 11110110 101000 10001100 0 1010100 101011 100 101001011 1011100 111000

Color Harmonies of #F6288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6288C

Black with #F6288C

Text Example


Text Example

White with #F6288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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