Html Css Color HEX #F62885 Wild Strawberry

📋 copy color: '#F62885'

red 246 ◦ green 40 ◦ blue 133

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

Shades of Wild Strawberry #F62885

Tints of Wild Strawberry #F62885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

 BLUE value IS 133 (52.34% from 255) = 31.74%

R = 58.71%
G = 9.55%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F62885 (or 0xF62885) is known color: Wild Strawberry. HEX triplet: F6, 28 and 85. RGB value is (246,40,133). Sum of RGB (Red+Green+Blue) = 246+40+133=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F62885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62885 is #09D77A. Grayscale: #707070. Windows color (decimal): -644987 or 8726774. OLE color: 8726774.

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

Color convert

RGB 246 40 133 -
CMYK 0 0.84 0.46 0.04
HSL 332.91º 0.92% 0.56% -
HSV(B) 332.91º 0.84% 0.96% -
XYZ 43 22.8 24.33 -
YUV 112.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 246 40 133 0 0.84 0.46 0.04 332.91 0.92 0.56
Hex F6 28 85 0 54 2E 4 14D 5C 38
Octal 366 50 205 0 124 56 4 515 134 70
Binary 11110110 101000 10000101 0 1010100 101110 100 101001101 1011100 111000

Color Harmonies of #F62885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62885

Black with #F62885

Text Example


Text Example

White with #F62885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62885; }

 p { color: rgb(246,40,133); }

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

background-color css

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

 a { background-color: rgb(246,40,133); }

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

border-color css

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

 span { border-color: rgb(246,40,133); }

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