Html Css Color HEX #F62F93 Wild Strawberry

📋 copy color: '#F62F93'

red 246 ◦ green 47 ◦ blue 147

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

Shades of Wild Strawberry #F62F93

Tints of Wild Strawberry #F62F93

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.68%

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 55.91%
G = 10.68%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F62F93 (or 0xF62F93) is known color: Wild Strawberry. HEX triplet: F6, 2F and 93. RGB value is (246,47,147). Sum of RGB (Red+Green+Blue) = 246+47+147=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62F93 is #09D06C. Grayscale: #757575. Windows color (decimal): -643181 or 9646070. OLE color: 9646070.

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

Color convert

RGB 246 47 147 -
CMYK 0 0.81 0.40 0.04
HSL 329.85º 0.92% 0.57% -
HSV(B) 329.85º 0.81% 0.96% -
XYZ 44.29 23.73 29.85 -
YUV 117.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 246 47 147 0 0.81 0.40 0.04 329.85 0.92 0.57
Hex F6 2F 93 0 51 28 4 14A 5C 39
Octal 366 57 223 0 121 50 4 512 134 71
Binary 11110110 101111 10010011 0 1010001 101000 100 101001010 1011100 111001

Color Harmonies of #F62F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62F93

Black with #F62F93

Text Example


Text Example

White with #F62F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62F93; }

 p { color: rgb(246,47,147); }

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

background-color css

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

 a { background-color: rgb(246,47,147); }

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

border-color css

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

 span { border-color: rgb(246,47,147); }

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