Html Css Color HEX #F13A97 Wild Strawberry

📋 copy color: '#F13A97'

red 241 ◦ green 58 ◦ blue 151

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

Shades of Wild Strawberry #F13A97

Tints of Wild Strawberry #F13A97

RGB

 RED value IS 241 (94.53% from 255) = 53.56%

 GREEN value IS 58 (23.05% from 255) = 12.89%

 BLUE value IS 151 (59.38% from 255) = 33.56%

R = 53.56%
G = 12.89%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F13A97 (or 0xF13A97) is known color: Wild Strawberry. HEX triplet: F1, 3A and 97. RGB value is (241,58,151). Sum of RGB (Red+Green+Blue) = 241+58+151=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13A97 is #0EC568. Grayscale: #7B7B7B. Windows color (decimal): -968041 or 9911025. OLE color: 9911025.

HSL color Cylindrical-coordinate representation of color #F13A97: hue angle of 329.51º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13A97 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 58 151 -
CMYK 0 0.76 0.37 0.05
HSL 329.51º 0.87% 0.59% -
HSV(B) 329.51º 0.76% 0.95% -
XYZ 43.37 23.96 31.62 -
YUV 123.32 143.63 211.94 -
System Red Green Blue C M Y K H S L
Decimal 241 58 151 0 0.76 0.37 0.05 329.51 0.87 0.59
Hex F1 3A 97 0 4C 25 5 14A 57 3B
Octal 361 72 227 0 114 45 5 512 127 73
Binary 11110001 111010 10010111 0 1001100 100101 101 101001010 1010111 111011

Color Harmonies of #F13A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13A97

Black with #F13A97

Text Example


Text Example

White with #F13A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13A97; }

 p { color: rgb(241,58,151); }

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

background-color css

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

 a { background-color: rgb(241,58,151); }

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

border-color css

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

 span { border-color: rgb(241,58,151); }

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