Html Css Color HEX #F341A7 Wild Strawberry

📋 copy color: '#F341A7'

red 243 ◦ green 65 ◦ blue 167

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

Shades of Wild Strawberry #F341A7

Tints of Wild Strawberry #F341A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.16%

R = 51.16%
G = 13.68%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F341A7 (or 0xF341A7) is known color: Wild Strawberry. HEX triplet: F3, 41 and A7. RGB value is (243,65,167). Sum of RGB (Red+Green+Blue) = 243+65+167=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F341A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F341A7 is #0CBE58. Grayscale: #818181. Windows color (decimal): -835161 or 10961395. OLE color: 10961395.

HSL color Cylindrical-coordinate representation of color #F341A7: hue angle of 325.62º 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 #F341A7 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 65 167 -
CMYK 0 0.73 0.31 0.05
HSL 325.62º 0.88% 0.6% -
HSV(B) 325.62º 0.73% 0.95% -
XYZ 45.83 25.63 39.09 -
YUV 129.85 148.97 208.71 -
System Red Green Blue C M Y K H S L
Decimal 243 65 167 0 0.73 0.31 0.05 325.62 0.88 0.6
Hex F3 41 A7 0 49 1F 5 146 58 3C
Octal 363 101 247 0 111 37 5 506 130 74
Binary 11110011 1000001 10100111 0 1001001 11111 101 101000110 1011000 111100

Color Harmonies of #F341A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F341A7

Black with #F341A7

Text Example


Text Example

White with #F341A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F341A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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