Html Css Color HEX #F1258E Wild Strawberry

📋 copy color: '#F1258E'

red 241 ◦ green 37 ◦ blue 142

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

Shades of Wild Strawberry #F1258E

Tints of Wild Strawberry #F1258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.81%

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 57.38%
G = 8.81%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1258E (or 0xF1258E) is known color: Wild Strawberry. HEX triplet: F1, 25 and 8E. RGB value is (241,37,142). Sum of RGB (Red+Green+Blue) = 241+37+142=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1258E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1258E is #0EDA71. Grayscale: #6D6D6D. Windows color (decimal): -973426 or 9315825. OLE color: 9315825.

HSL color Cylindrical-coordinate representation of color #F1258E: hue angle of 329.12º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1258E is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 37 142 -
CMYK 0 0.85 0.41 0.05
HSL 329.12º 0.88% 0.55% -
HSV(B) 329.12º 0.85% 0.95% -
XYZ 41.82 21.98 27.63 -
YUV 109.97 146.09 221.46 -
System Red Green Blue C M Y K H S L
Decimal 241 37 142 0 0.85 0.41 0.05 329.12 0.88 0.55
Hex F1 25 8E 0 55 29 5 149 58 37
Octal 361 45 216 0 125 51 5 511 130 67
Binary 11110001 100101 10001110 0 1010101 101001 101 101001001 1011000 110111

Color Harmonies of #F1258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1258E

Black with #F1258E

Text Example


Text Example

White with #F1258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1258E; }

 p { color: rgb(241,37,142); }

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

background-color css

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

 a { background-color: rgb(241,37,142); }

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

border-color css

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

 span { border-color: rgb(241,37,142); }

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