Html Css Color HEX #F74498 Violet Red

📋 copy color: '#F74498'

red 247 ◦ green 68 ◦ blue 152

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

Shades of Violet Red #F74498

Tints of Violet Red #F74498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.55%

R = 52.89%
G = 14.56%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F74498 (or 0xF74498) is known color: Violet Red. HEX triplet: F7, 44 and 98. RGB value is (247,68,152). Sum of RGB (Red+Green+Blue) = 247+68+152=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F74498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74498 is #08BB67. Grayscale: #828282. Windows color (decimal): -572264 or 9979127. OLE color: 9979127.

HSL color Cylindrical-coordinate representation of color #F74498: hue angle of 331.84º 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 #F74498 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 68 152 -
CMYK 0 0.72 0.38 0.03
HSL 331.84º 0.92% 0.62% -
HSV(B) 331.84º 0.72% 0.97% -
XYZ 46.09 26.18 32.33 -
YUV 131.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 247 68 152 0 0.72 0.38 0.03 331.84 0.92 0.62
Hex F7 44 98 0 48 26 3 14C 5C 3E
Octal 367 104 230 0 110 46 3 514 134 76
Binary 11110111 1000100 10011000 0 1001000 100110 11 101001100 1011100 111110

Color Harmonies of #F74498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74498

Black with #F74498

Text Example


Text Example

White with #F74498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74498; }

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

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

background-color css

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

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

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

border-color css

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

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

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