Html Css Color HEX #F62996 Wild Strawberry

📋 copy color: '#F62996'

red 246 ◦ green 41 ◦ blue 150

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

Shades of Wild Strawberry #F62996

Tints of Wild Strawberry #F62996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.38%

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

R = 56.29%
G = 9.38%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F62996 (or 0xF62996) is known color: Wild Strawberry. HEX triplet: F6, 29 and 96. RGB value is (246,41,150). Sum of RGB (Red+Green+Blue) = 246+41+150=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F62996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62996 is #09D669. Grayscale: #727272. Windows color (decimal): -644714 or 9841142. OLE color: 9841142.

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

Color convert

RGB 246 41 150 -
CMYK 0 0.83 0.39 0.04
HSL 328.1º 0.92% 0.56% -
HSV(B) 328.1º 0.83% 0.96% -
XYZ 44.3 23.38 31.03 -
YUV 114.72 147.92 221.64 -
System Red Green Blue C M Y K H S L
Decimal 246 41 150 0 0.83 0.39 0.04 328.1 0.92 0.56
Hex F6 29 96 0 53 27 4 148 5C 38
Octal 366 51 226 0 123 47 4 510 134 70
Binary 11110110 101001 10010110 0 1010011 100111 100 101001000 1011100 111000

Color Harmonies of #F62996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62996

Black with #F62996

Text Example


Text Example

White with #F62996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62996; }

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

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

background-color css

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

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

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

border-color css

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

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

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