Html Css Color HEX #F63C95 Wild Strawberry

📋 copy color: '#F63C95'

red 246 ◦ green 60 ◦ blue 149

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

Shades of Wild Strawberry #F63C95

Tints of Wild Strawberry #F63C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

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

R = 54.07%
G = 13.19%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F63C95 (or 0xF63C95) is known color: Wild Strawberry. HEX triplet: F6, 3C and 95. RGB value is (246,60,149). Sum of RGB (Red+Green+Blue) = 246+60+149=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63C95 is #09C36A. Grayscale: #7D7D7D. Windows color (decimal): -639851 or 9780470. OLE color: 9780470.

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

Color convert

RGB 246 60 149 -
CMYK 0 0.76 0.39 0.04
HSL 331.29º 0.91% 0.6% -
HSV(B) 331.29º 0.76% 0.96% -
XYZ 45.05 24.99 30.88 -
YUV 125.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 246 60 149 0 0.76 0.39 0.04 331.29 0.91 0.6
Hex F6 3C 95 0 4C 27 4 14B 5B 3C
Octal 366 74 225 0 114 47 4 513 133 74
Binary 11110110 111100 10010101 0 1001100 100111 100 101001011 1011011 111100

Color Harmonies of #F63C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63C95

Black with #F63C95

Text Example


Text Example

White with #F63C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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