Html Css Color HEX #F340A2 Wild Strawberry

📋 copy color: '#F340A2'

red 243 ◦ green 64 ◦ blue 162

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

Shades of Wild Strawberry #F340A2

Tints of Wild Strawberry #F340A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.65%

 BLUE value IS 162 (63.67% from 255) = 34.54%

R = 51.81%
G = 13.65%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F340A2 (or 0xF340A2) is known color: Wild Strawberry. HEX triplet: F3, 40 and A2. RGB value is (243,64,162). Sum of RGB (Red+Green+Blue) = 243+64+162=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F340A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340A2 is #0CBF5D. Grayscale: #808080. Windows color (decimal): -835422 or 10633459. OLE color: 10633459.

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

Color convert

RGB 243 64 162 -
CMYK 0 0.74 0.33 0.05
HSL 327.15º 0.88% 0.6% -
HSV(B) 327.15º 0.74% 0.95% -
XYZ 45.32 25.33 36.68 -
YUV 128.69 146.8 209.53 -
System Red Green Blue C M Y K H S L
Decimal 243 64 162 0 0.74 0.33 0.05 327.15 0.88 0.6
Hex F3 40 A2 0 4A 21 5 147 58 3C
Octal 363 100 242 0 112 41 5 507 130 74
Binary 11110011 1000000 10100010 0 1001010 100001 101 101000111 1011000 111100

Color Harmonies of #F340A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F340A2

Black with #F340A2

Text Example


Text Example

White with #F340A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F340A2; }

 p { color: rgb(243,64,162); }

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

background-color css

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

 a { background-color: rgb(243,64,162); }

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

border-color css

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

 span { border-color: rgb(243,64,162); }

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