Html Css Color HEX #F1308D Wild Strawberry

📋 copy color: '#F1308D'

red 241 ◦ green 48 ◦ blue 141

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

Shades of Wild Strawberry #F1308D

Tints of Wild Strawberry #F1308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.16%

 BLUE value IS 141 (55.47% from 255) = 32.79%

R = 56.05%
G = 11.16%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1308D (or 0xF1308D) is known color: Wild Strawberry. HEX triplet: F1, 30 and 8D. RGB value is (241,48,141). Sum of RGB (Red+Green+Blue) = 241+48+141=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1308D is #0ECF72. Grayscale: #747474. Windows color (decimal): -970611 or 9253105. OLE color: 9253105.

HSL color Cylindrical-coordinate representation of color #F1308D: hue angle of 331.09º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1308D is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 141 -
CMYK 0 0.80 0.41 0.05
HSL 331.09º 0.87% 0.57% -
HSV(B) 331.09º 0.8% 0.95% -
XYZ 42.14 22.74 27.37 -
YUV 116.31 141.94 216.94 -
System Red Green Blue C M Y K H S L
Decimal 241 48 141 0 0.80 0.41 0.05 331.09 0.87 0.57
Hex F1 30 8D 0 50 29 5 14B 57 39
Octal 361 60 215 0 120 51 5 513 127 71
Binary 11110001 110000 10001101 0 1010000 101001 101 101001011 1010111 111001

Color Harmonies of #F1308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1308D

Black with #F1308D

Text Example


Text Example

White with #F1308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1308D; }

 p { color: rgb(241,48,141); }

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

background-color css

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

 a { background-color: rgb(241,48,141); }

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

border-color css

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

 span { border-color: rgb(241,48,141); }

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