Html Css Color HEX #F9268E Wild Strawberry

📋 copy color: '#F9268E'

red 249 ◦ green 38 ◦ blue 142

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

Shades of Wild Strawberry #F9268E

Tints of Wild Strawberry #F9268E

RGB

 RED value IS 249 (97.66% from 255) = 58.04%

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

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

R = 58.04%
G = 8.86%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9268E (or 0xF9268E) is known color: Wild Strawberry. HEX triplet: F9, 26 and 8E. RGB value is (249,38,142). Sum of RGB (Red+Green+Blue) = 249+38+142=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9268E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9268E is #06D971. Grayscale: #707070. Windows color (decimal): -448882 or 9316089. OLE color: 9316089.

HSL color Cylindrical-coordinate representation of color #F9268E: hue angle of 330.43º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9268E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 38 142 -
CMYK 0 0.85 0.43 0.02
HSL 330.43º 0.95% 0.56% -
HSV(B) 330.43º 0.85% 0.98% -
XYZ 44.64 23.48 27.77 -
YUV 112.95 144.4 225.04 -
System Red Green Blue C M Y K H S L
Decimal 249 38 142 0 0.85 0.43 0.02 330.43 0.95 0.56
Hex F9 26 8E 0 55 2B 2 14A 5F 38
Octal 371 46 216 0 125 53 2 512 137 70
Binary 11111001 100110 10001110 0 1010101 101011 10 101001010 1011111 111000

Color Harmonies of #F9268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9268E

Black with #F9268E

Text Example


Text Example

White with #F9268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9268E; }

 p { color: rgb(249,38,142); }

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

background-color css

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

 a { background-color: rgb(249,38,142); }

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

border-color css

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

 span { border-color: rgb(249,38,142); }

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