Html Css Color HEX #F73885 Violet Red

📋 copy color: '#F73885'

red 247 ◦ green 56 ◦ blue 133

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

Shades of Violet Red #F73885

Tints of Violet Red #F73885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.84%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 56.65%
G = 12.84%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F73885 (or 0xF73885) is known color: Violet Red. HEX triplet: F7, 38 and 85. RGB value is (247,56,133). Sum of RGB (Red+Green+Blue) = 247+56+133=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F73885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73885 is #08C77A. Grayscale: #797979. Windows color (decimal): -575355 or 8730871. OLE color: 8730871.

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

Color convert

RGB 247 56 133 -
CMYK 0 0.77 0.46 0.03
HSL 335.81º 0.92% 0.59% -
HSV(B) 335.81º 0.77% 0.97% -
XYZ 44.01 24.3 24.56 -
YUV 121.89 134.28 217.24 -
System Red Green Blue C M Y K H S L
Decimal 247 56 133 0 0.77 0.46 0.03 335.81 0.92 0.59
Hex F7 38 85 0 4D 2E 3 150 5C 3B
Octal 367 70 205 0 115 56 3 520 134 73
Binary 11110111 111000 10000101 0 1001101 101110 11 101010000 1011100 111011

Color Harmonies of #F73885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73885

Black with #F73885

Text Example


Text Example

White with #F73885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73885; }

 p { color: rgb(247,56,133); }

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

background-color css

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

 a { background-color: rgb(247,56,133); }

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

border-color css

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

 span { border-color: rgb(247,56,133); }

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