Html Css Color HEX #F341A6 Wild Strawberry

📋 copy color: '#F341A6'

red 243 ◦ green 65 ◦ blue 166

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

Shades of Wild Strawberry #F341A6

Tints of Wild Strawberry #F341A6

RGB

 RED value IS 243 (95.31% from 255) = 51.27%

 GREEN value IS 65 (25.78% from 255) = 13.71%

 BLUE value IS 166 (65.23% from 255) = 35.02%

R = 51.27%
G = 13.71%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F341A6 (or 0xF341A6) is known color: Wild Strawberry. HEX triplet: F3, 41 and A6. RGB value is (243,65,166). Sum of RGB (Red+Green+Blue) = 243+65+166=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F341A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F341A6 is #0CBE59. Grayscale: #818181. Windows color (decimal): -835162 or 10895859. OLE color: 10895859.

HSL color Cylindrical-coordinate representation of color #F341A6: hue angle of 325.96º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F341A6 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 65 166 -
CMYK 0 0.73 0.32 0.05
HSL 325.96º 0.88% 0.6% -
HSV(B) 325.96º 0.73% 0.95% -
XYZ 45.74 25.59 38.6 -
YUV 129.74 148.47 208.79 -
System Red Green Blue C M Y K H S L
Decimal 243 65 166 0 0.73 0.32 0.05 325.96 0.88 0.6
Hex F3 41 A6 0 49 20 5 146 58 3C
Octal 363 101 246 0 111 40 5 506 130 74
Binary 11110011 1000001 10100110 0 1001001 100000 101 101000110 1011000 111100

Color Harmonies of #F341A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F341A6

Black with #F341A6

Text Example


Text Example

White with #F341A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F341A6; }

 p { color: rgb(243,65,166); }

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

background-color css

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

 a { background-color: rgb(243,65,166); }

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

border-color css

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

 span { border-color: rgb(243,65,166); }

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