Html Css Color HEX #F62895 Wild Strawberry

📋 copy color: '#F62895'

red 246 ◦ green 40 ◦ blue 149

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

Shades of Wild Strawberry #F62895

Tints of Wild Strawberry #F62895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 56.55%
G = 9.2%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F62895 (or 0xF62895) is known color: Wild Strawberry. HEX triplet: F6, 28 and 95. RGB value is (246,40,149). Sum of RGB (Red+Green+Blue) = 246+40+149=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F62895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62895 is #09D76A. Grayscale: #717171. Windows color (decimal): -644971 or 9775350. OLE color: 9775350.

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

Color convert

RGB 246 40 149 -
CMYK 0 0.84 0.39 0.04
HSL 328.25º 0.92% 0.56% -
HSV(B) 328.25º 0.84% 0.96% -
XYZ 44.19 23.28 30.6 -
YUV 114.02 147.75 222.14 -
System Red Green Blue C M Y K H S L
Decimal 246 40 149 0 0.84 0.39 0.04 328.25 0.92 0.56
Hex F6 28 95 0 54 27 4 148 5C 38
Octal 366 50 225 0 124 47 4 510 134 70
Binary 11110110 101000 10010101 0 1010100 100111 100 101001000 1011100 111000

Color Harmonies of #F62895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62895

Black with #F62895

Text Example


Text Example

White with #F62895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62895; }

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

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

background-color css

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

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

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

border-color css

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

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

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