Html Css Color HEX #F62894 Wild Strawberry

📋 copy color: '#F62894'

red 246 ◦ green 40 ◦ blue 148

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

Shades of Wild Strawberry #F62894

Tints of Wild Strawberry #F62894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 56.68%
G = 9.22%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F62894 (or 0xF62894) is known color: Wild Strawberry. HEX triplet: F6, 28 and 94. RGB value is (246,40,148). Sum of RGB (Red+Green+Blue) = 246+40+148=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F62894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62894 is #09D76B. Grayscale: #717171. Windows color (decimal): -644972 or 9709814. OLE color: 9709814.

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

Color convert

RGB 246 40 148 -
CMYK 0 0.84 0.40 0.04
HSL 328.54º 0.92% 0.56% -
HSV(B) 328.54º 0.84% 0.96% -
XYZ 44.11 23.25 30.18 -
YUV 113.91 147.25 222.22 -
System Red Green Blue C M Y K H S L
Decimal 246 40 148 0 0.84 0.40 0.04 328.54 0.92 0.56
Hex F6 28 94 0 54 28 4 149 5C 38
Octal 366 50 224 0 124 50 4 511 134 70
Binary 11110110 101000 10010100 0 1010100 101000 100 101001001 1011100 111000

Color Harmonies of #F62894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62894

Black with #F62894

Text Example


Text Example

White with #F62894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62894; }

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

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

background-color css

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

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

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

border-color css

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

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

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