Html Css Color HEX #F7308D Wild Strawberry

📋 copy color: '#F7308D'

red 247 ◦ green 48 ◦ blue 141

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

Shades of Wild Strawberry #F7308D

Tints of Wild Strawberry #F7308D

RGB

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

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

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

R = 56.65%
G = 11.01%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7308D (or 0xF7308D) is known color: Wild Strawberry. HEX triplet: F7, 30 and 8D. RGB value is (247,48,141). Sum of RGB (Red+Green+Blue) = 247+48+141=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F7308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7308D is #08CF72. Grayscale: #757575. Windows color (decimal): -577395 or 9253111. OLE color: 9253111.

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

Color convert

RGB 247 48 141 -
CMYK 0 0.81 0.43 0.03
HSL 331.96º 0.93% 0.58% -
HSV(B) 331.96º 0.81% 0.97% -
XYZ 44.22 23.81 27.46 -
YUV 118.1 140.93 219.94 -
System Red Green Blue C M Y K H S L
Decimal 247 48 141 0 0.81 0.43 0.03 331.96 0.93 0.58
Hex F7 30 8D 0 51 2B 3 14C 5D 3A
Octal 367 60 215 0 121 53 3 514 135 72
Binary 11110111 110000 10001101 0 1010001 101011 11 101001100 1011101 111010

Color Harmonies of #F7308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7308D

Black with #F7308D

Text Example


Text Example

White with #F7308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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