Html Css Color HEX #F54475 Violet Red

📋 copy color: '#F54475'

red 245 ◦ green 68 ◦ blue 117

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

Shades of Violet Red #F54475

Tints of Violet Red #F54475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 56.98%
G = 15.81%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F54475 (or 0xF54475) is known color: Violet Red. HEX triplet: F5, 44 and 75. RGB value is (245,68,117). Sum of RGB (Red+Green+Blue) = 245+68+117=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F54475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54475 is #0ABB8A. Grayscale: #7E7E7E. Windows color (decimal): -703371 or 7685365. OLE color: 7685365.

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

Color convert

RGB 245 68 117 -
CMYK 0 0.72 0.52 0.04
HSL 343.39º 0.9% 0.61% -
HSV(B) 343.39º 0.72% 0.96% -
XYZ 42.93 24.83 19.36 -
YUV 126.51 122.64 212.52 -
System Red Green Blue C M Y K H S L
Decimal 245 68 117 0 0.72 0.52 0.04 343.39 0.9 0.61
Hex F5 44 75 0 48 34 4 157 5A 3D
Octal 365 104 165 0 110 64 4 527 132 75
Binary 11110101 1000100 1110101 0 1001000 110100 100 101010111 1011010 111101

Color Harmonies of #F54475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54475

Black with #F54475

Text Example


Text Example

White with #F54475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54475; }

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

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

background-color css

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

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

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

border-color css

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

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

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