Html Css Color HEX #F6358F Wild Strawberry

📋 copy color: '#F6358F'

red 246 ◦ green 53 ◦ blue 143

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

Shades of Wild Strawberry #F6358F

Tints of Wild Strawberry #F6358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.99%

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

R = 55.66%
G = 11.99%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6358F (or 0xF6358F) is known color: Wild Strawberry. HEX triplet: F6, 35 and 8F. RGB value is (246,53,143). Sum of RGB (Red+Green+Blue) = 246+53+143=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F6358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6358F is #09CA70. Grayscale: #787878. Windows color (decimal): -641649 or 9385462. OLE color: 9385462.

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

Color convert

RGB 246 53 143 -
CMYK 0 0.78 0.42 0.04
HSL 332.02º 0.91% 0.59% -
HSV(B) 332.02º 0.78% 0.96% -
XYZ 44.24 24.12 28.31 -
YUV 120.97 140.44 217.18 -
System Red Green Blue C M Y K H S L
Decimal 246 53 143 0 0.78 0.42 0.04 332.02 0.91 0.59
Hex F6 35 8F 0 4E 2A 4 14C 5B 3B
Octal 366 65 217 0 116 52 4 514 133 73
Binary 11110110 110101 10001111 0 1001110 101010 100 101001100 1011011 111011

Color Harmonies of #F6358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6358F

Black with #F6358F

Text Example


Text Example

White with #F6358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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