Html Css Color HEX #F9288B Wild Strawberry

📋 copy color: '#F9288B'

red 249 ◦ green 40 ◦ blue 139

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

Shades of Wild Strawberry #F9288B

Tints of Wild Strawberry #F9288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.35%

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

R = 58.18%
G = 9.35%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9288B (or 0xF9288B) is known color: Wild Strawberry. HEX triplet: F9, 28 and 8B. RGB value is (249,40,139). Sum of RGB (Red+Green+Blue) = 249+40+139=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9288B is #06D774. Grayscale: #717171. Windows color (decimal): -448373 or 9119993. OLE color: 9119993.

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

Color convert

RGB 249 40 139 -
CMYK 0 0.84 0.44 0.02
HSL 331.58º 0.95% 0.57% -
HSV(B) 331.58º 0.84% 0.98% -
XYZ 44.49 23.52 26.62 -
YUV 113.78 142.24 224.45 -
System Red Green Blue C M Y K H S L
Decimal 249 40 139 0 0.84 0.44 0.02 331.58 0.95 0.57
Hex F9 28 8B 0 54 2C 2 14C 5F 39
Octal 371 50 213 0 124 54 2 514 137 71
Binary 11111001 101000 10001011 0 1010100 101100 10 101001100 1011111 111001

Color Harmonies of #F9288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9288B

Black with #F9288B

Text Example


Text Example

White with #F9288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9288B; }

 p { color: rgb(249,40,139); }

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

background-color css

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

 a { background-color: rgb(249,40,139); }

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

border-color css

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

 span { border-color: rgb(249,40,139); }

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