Html Css Color HEX #F13D9C Wild Strawberry

📋 copy color: '#F13D9C'

red 241 ◦ green 61 ◦ blue 156

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

Shades of Wild Strawberry #F13D9C

Tints of Wild Strawberry #F13D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.32%

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

R = 52.62%
G = 13.32%
B = 34.06%

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

#F13D9C (or 0xF13D9C) is known color: Wild Strawberry. HEX triplet: F1, 3D and 9C. RGB value is (241,61,156). Sum of RGB (Red+Green+Blue) = 241+61+156=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13D9C is #0EC263. Grayscale: #7D7D7D. Windows color (decimal): -967268 or 10239473. OLE color: 10239473.

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

Color convert

RGB 241 61 156 -
CMYK 0 0.75 0.35 0.05
HSL 328.33º 0.87% 0.59% -
HSV(B) 328.33º 0.75% 0.95% -
XYZ 43.95 24.44 33.85 -
YUV 125.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 241 61 156 0 0.75 0.35 0.05 328.33 0.87 0.59
Hex F1 3D 9C 0 4B 23 5 148 57 3B
Octal 361 75 234 0 113 43 5 510 127 73
Binary 11110001 111101 10011100 0 1001011 100011 101 101001000 1010111 111011

Color Harmonies of #F13D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D9C

Black with #F13D9C

Text Example


Text Example

White with #F13D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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