Html Css Color HEX #F13C9C Wild Strawberry

📋 copy color: '#F13C9C'

red 241 ◦ green 60 ◦ blue 156

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

Shades of Wild Strawberry #F13C9C

Tints of Wild Strawberry #F13C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 52.74%
G = 13.13%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F13C9C (or 0xF13C9C) is known color: Wild Strawberry. HEX triplet: F1, 3C and 9C. RGB value is (241,60,156). Sum of RGB (Red+Green+Blue) = 241+60+156=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13C9C is #0EC363. Grayscale: #7C7C7C. Windows color (decimal): -967524 or 10239217. OLE color: 10239217.

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

Color convert

RGB 241 60 156 -
CMYK 0 0.75 0.35 0.05
HSL 328.18º 0.87% 0.59% -
HSV(B) 328.18º 0.75% 0.95% -
XYZ 43.89 24.33 33.84 -
YUV 125.06 145.47 210.69 -
System Red Green Blue C M Y K H S L
Decimal 241 60 156 0 0.75 0.35 0.05 328.18 0.87 0.59
Hex F1 3C 9C 0 4B 23 5 148 57 3B
Octal 361 74 234 0 113 43 5 510 127 73
Binary 11110001 111100 10011100 0 1001011 100011 101 101001000 1010111 111011

Color Harmonies of #F13C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C9C

Black with #F13C9C

Text Example


Text Example

White with #F13C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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