Html Css Color HEX #F5347F Violet Red

📋 copy color: '#F5347F'

red 245 ◦ green 52 ◦ blue 127

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

Shades of Violet Red #F5347F

Tints of Violet Red #F5347F

RGB

 RED value IS 245 (96.09% from 255) = 57.78%

 GREEN value IS 52 (20.7% from 255) = 12.26%

 BLUE value IS 127 (50% from 255) = 29.95%

R = 57.78%
G = 12.26%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5347F (or 0xF5347F) is known color: Violet Red. HEX triplet: F5, 34 and 7F. RGB value is (245,52,127). Sum of RGB (Red+Green+Blue) = 245+52+127=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5347F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5347F is #0ACB80. Grayscale: #767676. Windows color (decimal): -707457 or 8336629. OLE color: 8336629.

HSL color Cylindrical-coordinate representation of color #F5347F: hue angle of 336.68º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5347F is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 52 127 -
CMYK 0 0.79 0.48 0.04
HSL 336.68º 0.91% 0.58% -
HSV(B) 336.68º 0.79% 0.96% -
XYZ 42.71 23.4 22.34 -
YUV 118.26 132.94 218.4 -
System Red Green Blue C M Y K H S L
Decimal 245 52 127 0 0.79 0.48 0.04 336.68 0.91 0.58
Hex F5 34 7F 0 4F 30 4 151 5B 3A
Octal 365 64 177 0 117 60 4 521 133 72
Binary 11110101 110100 1111111 0 1001111 110000 100 101010001 1011011 111010

Color Harmonies of #F5347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5347F

Black with #F5347F

Text Example


Text Example

White with #F5347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5347F; }

 p { color: rgb(245,52,127); }

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

background-color css

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

 a { background-color: rgb(245,52,127); }

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

border-color css

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

 span { border-color: rgb(245,52,127); }

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