Html Css Color HEX #F340A5 Wild Strawberry

📋 copy color: '#F340A5'

red 243 ◦ green 64 ◦ blue 165

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

Shades of Wild Strawberry #F340A5

Tints of Wild Strawberry #F340A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 51.48%
G = 13.56%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F340A5 (or 0xF340A5) is known color: Wild Strawberry. HEX triplet: F3, 40 and A5. RGB value is (243,64,165). Sum of RGB (Red+Green+Blue) = 243+64+165=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F340A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340A5 is #0CBF5A. Grayscale: #808080. Windows color (decimal): -835419 or 10830067. OLE color: 10830067.

HSL color Cylindrical-coordinate representation of color #F340A5: hue angle of 326.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 #F340A5 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 64 165 -
CMYK 0 0.74 0.32 0.05
HSL 326.15º 0.88% 0.6% -
HSV(B) 326.15º 0.74% 0.95% -
XYZ 45.59 25.44 38.1 -
YUV 129.04 148.3 209.29 -
System Red Green Blue C M Y K H S L
Decimal 243 64 165 0 0.74 0.32 0.05 326.15 0.88 0.6
Hex F3 40 A5 0 4A 20 5 146 58 3C
Octal 363 100 245 0 112 40 5 506 130 74
Binary 11110011 1000000 10100101 0 1001010 100000 101 101000110 1011000 111100

Color Harmonies of #F340A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F340A5

Black with #F340A5

Text Example


Text Example

White with #F340A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F340A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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