Html Css Color HEX #F62D87 Wild Strawberry

📋 copy color: '#F62D87'

red 246 ◦ green 45 ◦ blue 135

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

Shades of Wild Strawberry #F62D87

Tints of Wild Strawberry #F62D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.69%

R = 57.75%
G = 10.56%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F62D87 (or 0xF62D87) is known color: Wild Strawberry. HEX triplet: F6, 2D and 87. RGB value is (246,45,135). Sum of RGB (Red+Green+Blue) = 246+45+135=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62D87 is #09D278. Grayscale: #737373. Windows color (decimal): -643705 or 8859126. OLE color: 8859126.

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

Color convert

RGB 246 45 135 -
CMYK 0 0.82 0.45 0.04
HSL 333.13º 0.92% 0.57% -
HSV(B) 333.13º 0.82% 0.96% -
XYZ 43.32 23.22 25.12 -
YUV 115.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 246 45 135 0 0.82 0.45 0.04 333.13 0.92 0.57
Hex F6 2D 87 0 52 2D 4 14D 5C 39
Octal 366 55 207 0 122 55 4 515 134 71
Binary 11110110 101101 10000111 0 1010010 101101 100 101001101 1011100 111001

Color Harmonies of #F62D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62D87

Black with #F62D87

Text Example


Text Example

White with #F62D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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