Html Css Color HEX #F63695 Wild Strawberry

📋 copy color: '#F63695'

red 246 ◦ green 54 ◦ blue 149

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

Shades of Wild Strawberry #F63695

Tints of Wild Strawberry #F63695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.03%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 54.79%
G = 12.03%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F63695 (or 0xF63695) is known color: Wild Strawberry. HEX triplet: F6, 36 and 95. RGB value is (246,54,149). Sum of RGB (Red+Green+Blue) = 246+54+149=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F63695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63695 is #09C96A. Grayscale: #7A7A7A. Windows color (decimal): -641387 or 9778934. OLE color: 9778934.

HSL color Cylindrical-coordinate representation of color #F63695: hue angle of 330.31º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63695 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 54 149 -
CMYK 0 0.78 0.39 0.04
HSL 330.31º 0.91% 0.59% -
HSV(B) 330.31º 0.78% 0.96% -
XYZ 44.75 24.4 30.79 -
YUV 122.24 143.11 216.28 -
System Red Green Blue C M Y K H S L
Decimal 246 54 149 0 0.78 0.39 0.04 330.31 0.91 0.59
Hex F6 36 95 0 4E 27 4 14A 5B 3B
Octal 366 66 225 0 116 47 4 512 133 73
Binary 11110110 110110 10010101 0 1001110 100111 100 101001010 1011011 111011

Color Harmonies of #F63695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63695

Black with #F63695

Text Example


Text Example

White with #F63695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63695; }

 p { color: rgb(246,54,149); }

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

background-color css

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

 a { background-color: rgb(246,54,149); }

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

border-color css

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

 span { border-color: rgb(246,54,149); }

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