Html Css Color HEX #F6298F Wild Strawberry

📋 copy color: '#F6298F'

red 246 ◦ green 41 ◦ blue 143

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

Shades of Wild Strawberry #F6298F

Tints of Wild Strawberry #F6298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.53%

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 57.21%
G = 9.53%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6298F (or 0xF6298F) is known color: Wild Strawberry. HEX triplet: F6, 29 and 8F. RGB value is (246,41,143). Sum of RGB (Red+Green+Blue) = 246+41+143=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F6298F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6298F is #09D670. Grayscale: #717171. Windows color (decimal): -644721 or 9382390. OLE color: 9382390.

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

Color convert

RGB 246 41 143 -
CMYK 0 0.83 0.42 0.04
HSL 330.15º 0.92% 0.56% -
HSV(B) 330.15º 0.83% 0.96% -
XYZ 43.76 23.16 28.15 -
YUV 113.92 144.42 222.21 -
System Red Green Blue C M Y K H S L
Decimal 246 41 143 0 0.83 0.42 0.04 330.15 0.92 0.56
Hex F6 29 8F 0 53 2A 4 14A 5C 38
Octal 366 51 217 0 123 52 4 512 134 70
Binary 11110110 101001 10001111 0 1010011 101010 100 101001010 1011100 111000

Color Harmonies of #F6298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6298F

Black with #F6298F

Text Example


Text Example

White with #F6298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6298F; }

 p { color: rgb(246,41,143); }

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

background-color css

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

 a { background-color: rgb(246,41,143); }

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

border-color css

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

 span { border-color: rgb(246,41,143); }

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