Html Css Color HEX #F62886 Wild Strawberry

📋 copy color: '#F62886'

red 246 ◦ green 40 ◦ blue 134

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

Shades of Wild Strawberry #F62886

Tints of Wild Strawberry #F62886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.9%

R = 58.57%
G = 9.52%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F62886 (or 0xF62886) is known color: Wild Strawberry. HEX triplet: F6, 28 and 86. RGB value is (246,40,134). Sum of RGB (Red+Green+Blue) = 246+40+134=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F62886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62886 is #09D779. Grayscale: #707070. Windows color (decimal): -644986 or 8792310. OLE color: 8792310.

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

Color convert

RGB 246 40 134 -
CMYK 0 0.84 0.46 0.04
HSL 332.62º 0.92% 0.56% -
HSV(B) 332.62º 0.84% 0.96% -
XYZ 43.07 22.83 24.69 -
YUV 112.31 140.25 223.36 -
System Red Green Blue C M Y K H S L
Decimal 246 40 134 0 0.84 0.46 0.04 332.62 0.92 0.56
Hex F6 28 86 0 54 2E 4 14D 5C 38
Octal 366 50 206 0 124 56 4 515 134 70
Binary 11110110 101000 10000110 0 1010100 101110 100 101001101 1011100 111000

Color Harmonies of #F62886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62886

Black with #F62886

Text Example


Text Example

White with #F62886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62886; }

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

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

background-color css

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

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

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

border-color css

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

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

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