Html Css Color HEX #F62C96 Wild Strawberry

📋 copy color: '#F62C96'

red 246 ◦ green 44 ◦ blue 150

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

Shades of Wild Strawberry #F62C96

Tints of Wild Strawberry #F62C96

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10%

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 55.91%
G = 10%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F62C96 (or 0xF62C96) is known color: Wild Strawberry. HEX triplet: F6, 2C and 96. RGB value is (246,44,150). Sum of RGB (Red+Green+Blue) = 246+44+150=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62C96 is #09D369. Grayscale: #747474. Windows color (decimal): -643946 or 9841910. OLE color: 9841910.

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

Color convert

RGB 246 44 150 -
CMYK 0 0.82 0.39 0.04
HSL 328.51º 0.92% 0.57% -
HSV(B) 328.51º 0.82% 0.96% -
XYZ 44.41 23.6 31.07 -
YUV 116.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 246 44 150 0 0.82 0.39 0.04 328.51 0.92 0.57
Hex F6 2C 96 0 52 27 4 149 5C 39
Octal 366 54 226 0 122 47 4 511 134 71
Binary 11110110 101100 10010110 0 1010010 100111 100 101001001 1011100 111001

Color Harmonies of #F62C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62C96

Black with #F62C96

Text Example


Text Example

White with #F62C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62C96; }

 p { color: rgb(246,44,150); }

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

background-color css

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

 a { background-color: rgb(246,44,150); }

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

border-color css

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

 span { border-color: rgb(246,44,150); }

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