Html Css Color HEX #F74481 Violet Red

📋 copy color: '#F74481'

red 247 ◦ green 68 ◦ blue 129

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

Shades of Violet Red #F74481

Tints of Violet Red #F74481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.32%

 BLUE value IS 129 (50.78% from 255) = 29.05%

R = 55.63%
G = 15.32%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F74481 (or 0xF74481) is known color: Violet Red. HEX triplet: F7, 44 and 81. RGB value is (247,68,129). Sum of RGB (Red+Green+Blue) = 247+68+129=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F74481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74481 is #08BB7E. Grayscale: #808080. Windows color (decimal): -572287 or 8471799. OLE color: 8471799.

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

Color convert

RGB 247 68 129 -
CMYK 0 0.72 0.48 0.03
HSL 339.55º 0.92% 0.62% -
HSV(B) 339.55º 0.72% 0.97% -
XYZ 44.39 25.49 23.35 -
YUV 128.48 128.3 212.54 -
System Red Green Blue C M Y K H S L
Decimal 247 68 129 0 0.72 0.48 0.03 339.55 0.92 0.62
Hex F7 44 81 0 48 30 3 154 5C 3E
Octal 367 104 201 0 110 60 3 524 134 76
Binary 11110111 1000100 10000001 0 1001000 110000 11 101010100 1011100 111110

Color Harmonies of #F74481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74481

Black with #F74481

Text Example


Text Example

White with #F74481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74481; }

 p { color: rgb(247,68,129); }

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

background-color css

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

 a { background-color: rgb(247,68,129); }

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

border-color css

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

 span { border-color: rgb(247,68,129); }

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