Html Css Color HEX #F1268D Wild Strawberry

📋 copy color: '#F1268D'

red 241 ◦ green 38 ◦ blue 141

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

Shades of Wild Strawberry #F1268D

Tints of Wild Strawberry #F1268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.05%

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

R = 57.38%
G = 9.05%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1268D (or 0xF1268D) is known color: Wild Strawberry. HEX triplet: F1, 26 and 8D. RGB value is (241,38,141). Sum of RGB (Red+Green+Blue) = 241+38+141=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1268D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1268D is #0ED972. Grayscale: #6E6E6E. Windows color (decimal): -973171 or 9250545. OLE color: 9250545.

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

Color convert

RGB 241 38 141 -
CMYK 0 0.84 0.41 0.05
HSL 329.56º 0.88% 0.55% -
HSV(B) 329.56º 0.84% 0.95% -
XYZ 41.78 22.01 27.25 -
YUV 110.44 145.25 221.12 -
System Red Green Blue C M Y K H S L
Decimal 241 38 141 0 0.84 0.41 0.05 329.56 0.88 0.55
Hex F1 26 8D 0 54 29 5 14A 58 37
Octal 361 46 215 0 124 51 5 512 130 67
Binary 11110001 100110 10001101 0 1010100 101001 101 101001010 1011000 110111

Color Harmonies of #F1268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1268D

Black with #F1268D

Text Example


Text Example

White with #F1268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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