Html Css Color HEX #F13C9A Wild Strawberry

📋 copy color: '#F13C9A'

red 241 ◦ green 60 ◦ blue 154

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

Shades of Wild Strawberry #F13C9A

Tints of Wild Strawberry #F13C9A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 52.97%
G = 13.19%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F13C9A (or 0xF13C9A) is known color: Wild Strawberry. HEX triplet: F1, 3C and 9A. RGB value is (241,60,154). Sum of RGB (Red+Green+Blue) = 241+60+154=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13C9A is #0EC365. Grayscale: #7C7C7C. Windows color (decimal): -967526 or 10108145. OLE color: 10108145.

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

Color convert

RGB 241 60 154 -
CMYK 0 0.75 0.36 0.05
HSL 328.84º 0.87% 0.59% -
HSV(B) 328.84º 0.75% 0.95% -
XYZ 43.72 24.27 32.95 -
YUV 124.84 144.47 210.86 -
System Red Green Blue C M Y K H S L
Decimal 241 60 154 0 0.75 0.36 0.05 328.84 0.87 0.59
Hex F1 3C 9A 0 4B 24 5 149 57 3B
Octal 361 74 232 0 113 44 5 511 127 73
Binary 11110001 111100 10011010 0 1001011 100100 101 101001001 1010111 111011

Color Harmonies of #F13C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C9A

Black with #F13C9A

Text Example


Text Example

White with #F13C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C9A; }

 p { color: rgb(241,60,154); }

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

background-color css

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

 a { background-color: rgb(241,60,154); }

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

border-color css

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

 span { border-color: rgb(241,60,154); }

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