Html Css Color HEX #F73D9B Wild Strawberry

📋 copy color: '#F73D9B'

red 247 ◦ green 61 ◦ blue 155

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

Shades of Wild Strawberry #F73D9B

Tints of Wild Strawberry #F73D9B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

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

R = 53.35%
G = 13.17%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F73D9B (or 0xF73D9B) is known color: Wild Strawberry. HEX triplet: F7, 3D and 9B. RGB value is (247,61,155). Sum of RGB (Red+Green+Blue) = 247+61+155=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73D9B is #08C264. Grayscale: #7F7F7F. Windows color (decimal): -574053 or 10173943. OLE color: 10173943.

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

Color convert

RGB 247 61 155 -
CMYK 0 0.75 0.37 0.03
HSL 329.68º 0.92% 0.6% -
HSV(B) 329.68º 0.75% 0.97% -
XYZ 45.94 25.48 33.51 -
YUV 127.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 247 61 155 0 0.75 0.37 0.03 329.68 0.92 0.6
Hex F7 3D 9B 0 4B 25 3 14A 5C 3C
Octal 367 75 233 0 113 45 3 512 134 74
Binary 11110111 111101 10011011 0 1001011 100101 11 101001010 1011100 111100

Color Harmonies of #F73D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73D9B

Black with #F73D9B

Text Example


Text Example

White with #F73D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73D9B; }

 p { color: rgb(247,61,155); }

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

background-color css

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

 a { background-color: rgb(247,61,155); }

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

border-color css

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

 span { border-color: rgb(247,61,155); }

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