Html Css Color HEX #F8309B Wild Strawberry

📋 copy color: '#F8309B'

red 248 ◦ green 48 ◦ blue 155

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

Shades of Wild Strawberry #F8309B

Tints of Wild Strawberry #F8309B

RGB

 RED value IS 248 (97.27% from 255) = 54.99%

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

 BLUE value IS 155 (60.94% from 255) = 34.37%

R = 54.99%
G = 10.64%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8309B (or 0xF8309B) is known color: Wild Strawberry. HEX triplet: F8, 30 and 9B. RGB value is (248,48,155). Sum of RGB (Red+Green+Blue) = 248+48+155=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F8309B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8309B is #07CF64. Grayscale: #777777. Windows color (decimal): -511845 or 10170616. OLE color: 10170616.

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

Color convert

RGB 248 48 155 -
CMYK 0 0.81 0.38 0.03
HSL 327.9º 0.93% 0.58% -
HSV(B) 327.9º 0.81% 0.97% -
XYZ 45.68 24.44 33.32 -
YUV 120 147.76 219.3 -
System Red Green Blue C M Y K H S L
Decimal 248 48 155 0 0.81 0.38 0.03 327.9 0.93 0.58
Hex F8 30 9B 0 51 26 3 148 5D 3A
Octal 370 60 233 0 121 46 3 510 135 72
Binary 11111000 110000 10011011 0 1010001 100110 11 101001000 1011101 111010

Color Harmonies of #F8309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8309B

Black with #F8309B

Text Example


Text Example

White with #F8309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8309B; }

 p { color: rgb(248,48,155); }

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

background-color css

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

 a { background-color: rgb(248,48,155); }

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

border-color css

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

 span { border-color: rgb(248,48,155); }

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