Html Css Color HEX #F342A6 Wild Strawberry

📋 copy color: '#F342A6'

red 243 ◦ green 66 ◦ blue 166

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

Shades of Wild Strawberry #F342A6

Tints of Wild Strawberry #F342A6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.89%

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

R = 51.16%
G = 13.89%
B = 34.95%

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

#F342A6 (or 0xF342A6) is known color: Wild Strawberry. HEX triplet: F3, 42 and A6. RGB value is (243,66,166). Sum of RGB (Red+Green+Blue) = 243+66+166=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F342A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F342A6 is #0CBD59. Grayscale: #828282. Windows color (decimal): -834906 or 10896115. OLE color: 10896115.

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

Color convert

RGB 243 66 166 -
CMYK 0 0.73 0.32 0.05
HSL 326.1º 0.88% 0.61% -
HSV(B) 326.1º 0.73% 0.95% -
XYZ 45.79 25.7 38.62 -
YUV 130.32 148.14 208.37 -
System Red Green Blue C M Y K H S L
Decimal 243 66 166 0 0.73 0.32 0.05 326.1 0.88 0.61
Hex F3 42 A6 0 49 20 5 146 58 3D
Octal 363 102 246 0 111 40 5 506 130 75
Binary 11110011 1000010 10100110 0 1001001 100000 101 101000110 1011000 111101

Color Harmonies of #F342A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F342A6

Black with #F342A6

Text Example


Text Example

White with #F342A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F342A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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