Html Css Color HEX #F9309A Wild Strawberry

📋 copy color: '#F9309A'

red 249 ◦ green 48 ◦ blue 154

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

Shades of Wild Strawberry #F9309A

Tints of Wild Strawberry #F9309A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.64%

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 55.21%
G = 10.64%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9309A (or 0xF9309A) is known color: Wild Strawberry. HEX triplet: F9, 30 and 9A. RGB value is (249,48,154). Sum of RGB (Red+Green+Blue) = 249+48+154=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F9309A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9309A is #06CF65. Grayscale: #777777. Windows color (decimal): -446310 or 10105081. OLE color: 10105081.

HSL color Cylindrical-coordinate representation of color #F9309A: hue angle of 328.36º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9309A is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 48 154 -
CMYK 0 0.81 0.38 0.02
HSL 328.36º 0.94% 0.58% -
HSV(B) 328.36º 0.81% 0.98% -
XYZ 45.96 24.59 32.9 -
YUV 120.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 249 48 154 0 0.81 0.38 0.02 328.36 0.94 0.58
Hex F9 30 9A 0 51 26 2 148 5E 3A
Octal 371 60 232 0 121 46 2 510 136 72
Binary 11111001 110000 10011010 0 1010001 100110 10 101001000 1011110 111010

Color Harmonies of #F9309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9309A

Black with #F9309A

Text Example


Text Example

White with #F9309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9309A; }

 p { color: rgb(249,48,154); }

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

background-color css

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

 a { background-color: rgb(249,48,154); }

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

border-color css

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

 span { border-color: rgb(249,48,154); }

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