Html Css Color HEX #F335A1 Wild Strawberry

📋 copy color: '#F335A1'

red 243 ◦ green 53 ◦ blue 161

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

Shades of Wild Strawberry #F335A1

Tints of Wild Strawberry #F335A1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.6%

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

R = 53.17%
G = 11.6%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F335A1 (or 0xF335A1) is known color: Wild Strawberry. HEX triplet: F3, 35 and A1. RGB value is (243,53,161). Sum of RGB (Red+Green+Blue) = 243+53+161=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F335A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F335A1 is #0CCA5E. Grayscale: #797979. Windows color (decimal): -838239 or 10565107. OLE color: 10565107.

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

Color convert

RGB 243 53 161 -
CMYK 0 0.78 0.34 0.05
HSL 325.89º 0.89% 0.58% -
HSV(B) 325.89º 0.78% 0.95% -
XYZ 44.67 24.17 36.03 -
YUV 122.12 149.95 214.22 -
System Red Green Blue C M Y K H S L
Decimal 243 53 161 0 0.78 0.34 0.05 325.89 0.89 0.58
Hex F3 35 A1 0 4E 22 5 146 59 3A
Octal 363 65 241 0 116 42 5 506 131 72
Binary 11110011 110101 10100001 0 1001110 100010 101 101000110 1011001 111010

Color Harmonies of #F335A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F335A1

Black with #F335A1

Text Example


Text Example

White with #F335A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F335A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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