Html Css Color HEX #F1268B Wild Strawberry

📋 copy color: '#F1268B'

red 241 ◦ green 38 ◦ blue 139

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

Shades of Wild Strawberry #F1268B

Tints of Wild Strawberry #F1268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 57.66%
G = 9.09%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1268B (or 0xF1268B) is known color: Wild Strawberry. HEX triplet: F1, 26 and 8B. RGB value is (241,38,139). Sum of RGB (Red+Green+Blue) = 241+38+139=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1268B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1268B is #0ED974. Grayscale: #6E6E6E. Windows color (decimal): -973173 or 9119473. OLE color: 9119473.

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

Color convert

RGB 241 38 139 -
CMYK 0 0.84 0.42 0.05
HSL 330.15º 0.88% 0.55% -
HSV(B) 330.15º 0.84% 0.95% -
XYZ 41.63 21.95 26.47 -
YUV 110.21 144.25 221.29 -
System Red Green Blue C M Y K H S L
Decimal 241 38 139 0 0.84 0.42 0.05 330.15 0.88 0.55
Hex F1 26 8B 0 54 2A 5 14A 58 37
Octal 361 46 213 0 124 52 5 512 130 67
Binary 11110001 100110 10001011 0 1010100 101010 101 101001010 1011000 110111

Color Harmonies of #F1268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1268B

Black with #F1268B

Text Example


Text Example

White with #F1268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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