Html Css Color HEX #F73695 Wild Strawberry

📋 copy color: '#F73695'

red 247 ◦ green 54 ◦ blue 149

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

Shades of Wild Strawberry #F73695

Tints of Wild Strawberry #F73695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12%

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 54.89%
G = 12%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F73695 (or 0xF73695) is known color: Wild Strawberry. HEX triplet: F7, 36 and 95. RGB value is (247,54,149). Sum of RGB (Red+Green+Blue) = 247+54+149=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F73695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73695 is #08C96A. Grayscale: #7A7A7A. Windows color (decimal): -575851 or 9778935. OLE color: 9778935.

HSL color Cylindrical-coordinate representation of color #F73695: hue angle of 330.47º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F73695 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 54 149 -
CMYK 0 0.78 0.40 0.03
HSL 330.47º 0.92% 0.59% -
HSV(B) 330.47º 0.78% 0.97% -
XYZ 45.1 24.58 30.8 -
YUV 122.54 142.94 216.78 -
System Red Green Blue C M Y K H S L
Decimal 247 54 149 0 0.78 0.40 0.03 330.47 0.92 0.59
Hex F7 36 95 0 4E 28 3 14A 5C 3B
Octal 367 66 225 0 116 50 3 512 134 73
Binary 11110111 110110 10010101 0 1001110 101000 11 101001010 1011100 111011

Color Harmonies of #F73695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73695

Black with #F73695

Text Example


Text Example

White with #F73695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73695; }

 p { color: rgb(247,54,149); }

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

background-color css

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

 a { background-color: rgb(247,54,149); }

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

border-color css

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

 span { border-color: rgb(247,54,149); }

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