Html Css Color HEX #F7308B Wild Strawberry

📋 copy color: '#F7308B'

red 247 ◦ green 48 ◦ blue 139

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

Shades of Wild Strawberry #F7308B

Tints of Wild Strawberry #F7308B

RGB

 RED value IS 247 (96.88% from 255) = 56.91%

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

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

R = 56.91%
G = 11.06%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7308B (or 0xF7308B) is known color: Wild Strawberry. HEX triplet: F7, 30 and 8B. RGB value is (247,48,139). Sum of RGB (Red+Green+Blue) = 247+48+139=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F7308B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7308B is #08CF74. Grayscale: #757575. Windows color (decimal): -577397 or 9122039. OLE color: 9122039.

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

Color convert

RGB 247 48 139 -
CMYK 0 0.81 0.44 0.03
HSL 332.56º 0.93% 0.58% -
HSV(B) 332.56º 0.81% 0.97% -
XYZ 44.07 23.75 26.69 -
YUV 117.88 139.93 220.1 -
System Red Green Blue C M Y K H S L
Decimal 247 48 139 0 0.81 0.44 0.03 332.56 0.93 0.58
Hex F7 30 8B 0 51 2C 3 14D 5D 3A
Octal 367 60 213 0 121 54 3 515 135 72
Binary 11110111 110000 10001011 0 1010001 101100 11 101001101 1011101 111010

Color Harmonies of #F7308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7308B

Black with #F7308B

Text Example


Text Example

White with #F7308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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