Html Css Color HEX #F9268D Wild Strawberry

📋 copy color: '#F9268D'

red 249 ◦ green 38 ◦ blue 141

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

Shades of Wild Strawberry #F9268D

Tints of Wild Strawberry #F9268D

RGB

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

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

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

R = 58.18%
G = 8.88%
B = 32.94%

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

#F9268D (or 0xF9268D) is known color: Wild Strawberry. HEX triplet: F9, 26 and 8D. RGB value is (249,38,141). Sum of RGB (Red+Green+Blue) = 249+38+141=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9268D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9268D is #06D972. Grayscale: #707070. Windows color (decimal): -448883 or 9250553. OLE color: 9250553.

HSL color Cylindrical-coordinate representation of color #F9268D: hue angle of 330.71º 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 #F9268D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 38 141 -
CMYK 0 0.85 0.43 0.02
HSL 330.71º 0.95% 0.56% -
HSV(B) 330.71º 0.85% 0.98% -
XYZ 44.57 23.45 27.38 -
YUV 112.83 143.9 225.12 -
System Red Green Blue C M Y K H S L
Decimal 249 38 141 0 0.85 0.43 0.02 330.71 0.95 0.56
Hex F9 26 8D 0 55 2B 2 14B 5F 38
Octal 371 46 215 0 125 53 2 513 137 70
Binary 11111001 100110 10001101 0 1010101 101011 10 101001011 1011111 111000

Color Harmonies of #F9268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9268D

Black with #F9268D

Text Example


Text Example

White with #F9268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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