Html Css Color HEX #F5447F Violet Red

📋 copy color: '#F5447F'

red 245 ◦ green 68 ◦ blue 127

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

Shades of Violet Red #F5447F

Tints of Violet Red #F5447F

RGB

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

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

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

R = 55.68%
G = 15.45%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5447F (or 0xF5447F) is known color: Violet Red. HEX triplet: F5, 44 and 7F. RGB value is (245,68,127). Sum of RGB (Red+Green+Blue) = 245+68+127=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5447F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5447F is #0ABB80. Grayscale: #7F7F7F. Windows color (decimal): -703361 or 8340725. OLE color: 8340725.

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

Color convert

RGB 245 68 127 -
CMYK 0 0.72 0.48 0.04
HSL 340º 0.9% 0.61% -
HSV(B) 340º 0.72% 0.96% -
XYZ 43.55 25.08 22.62 -
YUV 127.65 127.64 211.7 -
System Red Green Blue C M Y K H S L
Decimal 245 68 127 0 0.72 0.48 0.04 340 0.9 0.61
Hex F5 44 7F 0 48 30 4 154 5A 3D
Octal 365 104 177 0 110 60 4 524 132 75
Binary 11110101 1000100 1111111 0 1001000 110000 100 101010100 1011010 111101

Color Harmonies of #F5447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5447F

Black with #F5447F

Text Example


Text Example

White with #F5447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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