Html Css Color HEX #F62D8C Wild Strawberry

📋 copy color: '#F62D8C'

red 246 ◦ green 45 ◦ blue 140

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

Shades of Wild Strawberry #F62D8C

Tints of Wild Strawberry #F62D8C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.44%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 57.08%
G = 10.44%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F62D8C (or 0xF62D8C) is known color: Wild Strawberry. HEX triplet: F6, 2D and 8C. RGB value is (246,45,140). Sum of RGB (Red+Green+Blue) = 246+45+140=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62D8C is #09D273. Grayscale: #737373. Windows color (decimal): -643700 or 9186806. OLE color: 9186806.

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

Color convert

RGB 246 45 140 -
CMYK 0 0.82 0.43 0.04
HSL 331.64º 0.92% 0.57% -
HSV(B) 331.64º 0.82% 0.96% -
XYZ 43.68 23.36 27.02 -
YUV 115.93 141.59 220.78 -
System Red Green Blue C M Y K H S L
Decimal 246 45 140 0 0.82 0.43 0.04 331.64 0.92 0.57
Hex F6 2D 8C 0 52 2B 4 14C 5C 39
Octal 366 55 214 0 122 53 4 514 134 71
Binary 11110110 101101 10001100 0 1010010 101011 100 101001100 1011100 111001

Color Harmonies of #F62D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62D8C

Black with #F62D8C

Text Example


Text Example

White with #F62D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62D8C; }

 p { color: rgb(246,45,140); }

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

background-color css

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

 a { background-color: rgb(246,45,140); }

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

border-color css

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

 span { border-color: rgb(246,45,140); }

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