Html Css Color HEX #F343A1 Wild Strawberry

📋 copy color: '#F343A1'

red 243 ◦ green 67 ◦ blue 161

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

Shades of Wild Strawberry #F343A1

Tints of Wild Strawberry #F343A1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.23%

 BLUE value IS 161 (63.28% from 255) = 34.18%

R = 51.59%
G = 14.23%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F343A1 (or 0xF343A1) is known color: Wild Strawberry. HEX triplet: F3, 43 and A1. RGB value is (243,67,161). Sum of RGB (Red+Green+Blue) = 243+67+161=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F343A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F343A1 is #0CBC5E. Grayscale: #828282. Windows color (decimal): -834655 or 10568691. OLE color: 10568691.

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

Color convert

RGB 243 67 161 -
CMYK 0 0.72 0.34 0.05
HSL 327.95º 0.88% 0.61% -
HSV(B) 327.95º 0.72% 0.95% -
XYZ 45.4 25.64 36.27 -
YUV 130.34 145.31 208.36 -
System Red Green Blue C M Y K H S L
Decimal 243 67 161 0 0.72 0.34 0.05 327.95 0.88 0.61
Hex F3 43 A1 0 48 22 5 148 58 3D
Octal 363 103 241 0 110 42 5 510 130 75
Binary 11110011 1000011 10100001 0 1001000 100010 101 101001000 1011000 111101

Color Harmonies of #F343A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F343A1

Black with #F343A1

Text Example


Text Example

White with #F343A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F343A1; }

 p { color: rgb(243,67,161); }

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

background-color css

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

 a { background-color: rgb(243,67,161); }

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

border-color css

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

 span { border-color: rgb(243,67,161); }

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