Html Css Color HEX #F9308D Wild Strawberry

📋 copy color: '#F9308D'

red 249 ◦ green 48 ◦ blue 141

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

Shades of Wild Strawberry #F9308D

Tints of Wild Strawberry #F9308D

RGB

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

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

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

R = 56.85%
G = 10.96%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9308D (or 0xF9308D) is known color: Wild Strawberry. HEX triplet: F9, 30 and 8D. RGB value is (249,48,141). Sum of RGB (Red+Green+Blue) = 249+48+141=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9308D is #06CF72. Grayscale: #767676. Windows color (decimal): -446323 or 9253113. OLE color: 9253113.

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

Color convert

RGB 249 48 141 -
CMYK 0 0.81 0.43 0.02
HSL 332.24º 0.94% 0.58% -
HSV(B) 332.24º 0.81% 0.98% -
XYZ 44.93 24.18 27.5 -
YUV 118.7 140.59 220.94 -
System Red Green Blue C M Y K H S L
Decimal 249 48 141 0 0.81 0.43 0.02 332.24 0.94 0.58
Hex F9 30 8D 0 51 2B 2 14C 5E 3A
Octal 371 60 215 0 121 53 2 514 136 72
Binary 11111001 110000 10001101 0 1010001 101011 10 101001100 1011110 111010

Color Harmonies of #F9308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9308D

Black with #F9308D

Text Example


Text Example

White with #F9308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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