Html Css Color HEX #F74182 Violet Red

📋 copy color: '#F74182'

red 247 ◦ green 65 ◦ blue 130

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

Shades of Violet Red #F74182

Tints of Violet Red #F74182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.71%

 BLUE value IS 130 (51.17% from 255) = 29.41%

R = 55.88%
G = 14.71%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F74182 (or 0xF74182) is known color: Violet Red. HEX triplet: F7, 41 and 82. RGB value is (247,65,130). Sum of RGB (Red+Green+Blue) = 247+65+130=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F74182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74182 is #08BE7D. Grayscale: #7E7E7E. Windows color (decimal): -573054 or 8536567. OLE color: 8536567.

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

Color convert

RGB 247 65 130 -
CMYK 0 0.74 0.47 0.03
HSL 338.57º 0.92% 0.61% -
HSV(B) 338.57º 0.74% 0.97% -
XYZ 44.28 25.17 23.64 -
YUV 126.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 247 65 130 0 0.74 0.47 0.03 338.57 0.92 0.61
Hex F7 41 82 0 4A 2F 3 153 5C 3D
Octal 367 101 202 0 112 57 3 523 134 75
Binary 11110111 1000001 10000010 0 1001010 101111 11 101010011 1011100 111101

Color Harmonies of #F74182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74182

Black with #F74182

Text Example


Text Example

White with #F74182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74182; }

 p { color: rgb(247,65,130); }

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

background-color css

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

 a { background-color: rgb(247,65,130); }

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

border-color css

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

 span { border-color: rgb(247,65,130); }

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