Html Css Color HEX #F13C9D Wild Strawberry

📋 copy color: '#F13C9D'

red 241 ◦ green 60 ◦ blue 157

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

Shades of Wild Strawberry #F13C9D

Tints of Wild Strawberry #F13C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.28%

R = 52.62%
G = 13.1%
B = 34.28%

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

#F13C9D (or 0xF13C9D) is known color: Wild Strawberry. HEX triplet: F1, 3C and 9D. RGB value is (241,60,157). Sum of RGB (Red+Green+Blue) = 241+60+157=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13C9D is #0EC362. Grayscale: #7C7C7C. Windows color (decimal): -967523 or 10304753. OLE color: 10304753.

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

Color convert

RGB 241 60 157 -
CMYK 0 0.75 0.35 0.05
HSL 327.85º 0.87% 0.59% -
HSV(B) 327.85º 0.75% 0.95% -
XYZ 43.98 24.37 34.28 -
YUV 125.18 145.97 210.61 -
System Red Green Blue C M Y K H S L
Decimal 241 60 157 0 0.75 0.35 0.05 327.85 0.87 0.59
Hex F1 3C 9D 0 4B 23 5 148 57 3B
Octal 361 74 235 0 113 43 5 510 127 73
Binary 11110001 111100 10011101 0 1001011 100011 101 101001000 1010111 111011

Color Harmonies of #F13C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C9D

Black with #F13C9D

Text Example


Text Example

White with #F13C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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