Html Css Color HEX #F9308B Wild Strawberry

📋 copy color: '#F9308B'

red 249 ◦ green 48 ◦ blue 139

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

Shades of Wild Strawberry #F9308B

Tints of Wild Strawberry #F9308B

RGB

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

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

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

R = 57.11%
G = 11.01%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9308B (or 0xF9308B) is known color: Wild Strawberry. HEX triplet: F9, 30 and 8B. RGB value is (249,48,139). Sum of RGB (Red+Green+Blue) = 249+48+139=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F9308B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9308B is #06CF74. Grayscale: #767676. Windows color (decimal): -446325 or 9122041. OLE color: 9122041.

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

Color convert

RGB 249 48 139 -
CMYK 0 0.81 0.44 0.02
HSL 332.84º 0.94% 0.58% -
HSV(B) 332.84º 0.81% 0.98% -
XYZ 44.78 24.12 26.72 -
YUV 118.47 139.59 221.1 -
System Red Green Blue C M Y K H S L
Decimal 249 48 139 0 0.81 0.44 0.02 332.84 0.94 0.58
Hex F9 30 8B 0 51 2C 2 14D 5E 3A
Octal 371 60 213 0 121 54 2 515 136 72
Binary 11111001 110000 10001011 0 1010001 101100 10 101001101 1011110 111010

Color Harmonies of #F9308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9308B

Black with #F9308B

Text Example


Text Example

White with #F9308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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