Html Css Color HEX #F74785 Violet Red

📋 copy color: '#F74785'

red 247 ◦ green 71 ◦ blue 133

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

Shades of Violet Red #F74785

Tints of Violet Red #F74785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.74%

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

R = 54.77%
G = 15.74%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F74785 (or 0xF74785) is known color: Violet Red. HEX triplet: F7, 47 and 85. RGB value is (247,71,133). Sum of RGB (Red+Green+Blue) = 247+71+133=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F74785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74785 is #08B87A. Grayscale: #828282. Windows color (decimal): -571515 or 8734711. OLE color: 8734711.

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

Color convert

RGB 247 71 133 -
CMYK 0 0.71 0.46 0.03
HSL 338.86º 0.92% 0.62% -
HSV(B) 338.86º 0.71% 0.97% -
XYZ 44.84 25.97 24.84 -
YUV 130.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 247 71 133 0 0.71 0.46 0.03 338.86 0.92 0.62
Hex F7 47 85 0 47 2E 3 153 5C 3E
Octal 367 107 205 0 107 56 3 523 134 76
Binary 11110111 1000111 10000101 0 1000111 101110 11 101010011 1011100 111110

Color Harmonies of #F74785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74785

Black with #F74785

Text Example


Text Example

White with #F74785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74785; }

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

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

background-color css

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

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

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

border-color css

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

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

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