Html Css Color HEX #F7308C Wild Strawberry

📋 copy color: '#F7308C'

red 247 ◦ green 48 ◦ blue 140

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

Shades of Wild Strawberry #F7308C

Tints of Wild Strawberry #F7308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 56.78%
G = 11.03%
B = 32.18%

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

#F7308C (or 0xF7308C) is known color: Wild Strawberry. HEX triplet: F7, 30 and 8C. RGB value is (247,48,140). Sum of RGB (Red+Green+Blue) = 247+48+140=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7308C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7308C is #08CF73. Grayscale: #757575. Windows color (decimal): -577396 or 9187575. OLE color: 9187575.

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

Color convert

RGB 247 48 140 -
CMYK 0 0.81 0.43 0.03
HSL 332.26º 0.93% 0.58% -
HSV(B) 332.26º 0.81% 0.97% -
XYZ 44.15 23.78 27.07 -
YUV 117.99 140.43 220.02 -
System Red Green Blue C M Y K H S L
Decimal 247 48 140 0 0.81 0.43 0.03 332.26 0.93 0.58
Hex F7 30 8C 0 51 2B 3 14C 5D 3A
Octal 367 60 214 0 121 53 3 514 135 72
Binary 11110111 110000 10001100 0 1010001 101011 11 101001100 1011101 111010

Color Harmonies of #F7308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7308C

Black with #F7308C

Text Example


Text Example

White with #F7308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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