Html Css Color HEX #F6288D Wild Strawberry

📋 copy color: '#F6288D'

red 246 ◦ green 40 ◦ blue 141

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

Shades of Wild Strawberry #F6288D

Tints of Wild Strawberry #F6288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 57.61%
G = 9.37%
B = 33.02%

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

#F6288D (or 0xF6288D) is known color: Wild Strawberry. HEX triplet: F6, 28 and 8D. RGB value is (246,40,141). Sum of RGB (Red+Green+Blue) = 246+40+141=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F6288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6288D is #09D772. Grayscale: #707070. Windows color (decimal): -644979 or 9251062. OLE color: 9251062.

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

Color convert

RGB 246 40 141 -
CMYK 0 0.84 0.43 0.04
HSL 330.58º 0.92% 0.56% -
HSV(B) 330.58º 0.84% 0.96% -
XYZ 43.57 23.03 27.35 -
YUV 113.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 246 40 141 0 0.84 0.43 0.04 330.58 0.92 0.56
Hex F6 28 8D 0 54 2B 4 14B 5C 38
Octal 366 50 215 0 124 53 4 513 134 70
Binary 11110110 101000 10001101 0 1010100 101011 100 101001011 1011100 111000

Color Harmonies of #F6288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6288D

Black with #F6288D

Text Example


Text Example

White with #F6288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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