Html Css Color HEX #F62990 Wild Strawberry

📋 copy color: '#F62990'

red 246 ◦ green 41 ◦ blue 144

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

Shades of Wild Strawberry #F62990

Tints of Wild Strawberry #F62990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 57.08%
G = 9.51%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F62990 (or 0xF62990) is known color: Wild Strawberry. HEX triplet: F6, 29 and 90. RGB value is (246,41,144). Sum of RGB (Red+Green+Blue) = 246+41+144=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F62990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62990 is #09D66F. Grayscale: #717171. Windows color (decimal): -644720 or 9447926. OLE color: 9447926.

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

Color convert

RGB 246 41 144 -
CMYK 0 0.83 0.41 0.04
HSL 329.85º 0.92% 0.56% -
HSV(B) 329.85º 0.83% 0.96% -
XYZ 43.83 23.19 28.55 -
YUV 114.04 144.92 222.12 -
System Red Green Blue C M Y K H S L
Decimal 246 41 144 0 0.83 0.41 0.04 329.85 0.92 0.56
Hex F6 29 90 0 53 29 4 14A 5C 38
Octal 366 51 220 0 123 51 4 512 134 70
Binary 11110110 101001 10010000 0 1010011 101001 100 101001010 1011100 111000

Color Harmonies of #F62990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62990

Black with #F62990

Text Example


Text Example

White with #F62990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62990; }

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

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

background-color css

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

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

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

border-color css

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

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

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