Html Css Color HEX #F1268F Wild Strawberry

📋 copy color: '#F1268F'

red 241 ◦ green 38 ◦ blue 143

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

Shades of Wild Strawberry #F1268F

Tints of Wild Strawberry #F1268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 57.11%
G = 9%
B = 33.89%

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

#F1268F (or 0xF1268F) is known color: Wild Strawberry. HEX triplet: F1, 26 and 8F. RGB value is (241,38,143). Sum of RGB (Red+Green+Blue) = 241+38+143=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1268F is #0ED970. Grayscale: #6E6E6E. Windows color (decimal): -973169 or 9381617. OLE color: 9381617.

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

Color convert

RGB 241 38 143 -
CMYK 0 0.84 0.41 0.05
HSL 328.97º 0.88% 0.55% -
HSV(B) 328.97º 0.84% 0.95% -
XYZ 41.93 22.07 28.04 -
YUV 110.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 241 38 143 0 0.84 0.41 0.05 328.97 0.88 0.55
Hex F1 26 8F 0 54 29 5 149 58 37
Octal 361 46 217 0 124 51 5 511 130 67
Binary 11110001 100110 10001111 0 1010100 101001 101 101001001 1011000 110111

Color Harmonies of #F1268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1268F

Black with #F1268F

Text Example


Text Example

White with #F1268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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