Html Css Color HEX #F5438B Violet Red

📋 copy color: '#F5438B'

red 245 ◦ green 67 ◦ blue 139

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

Shades of Violet Red #F5438B

Tints of Violet Red #F5438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.86%

 BLUE value IS 139 (54.69% from 255) = 30.82%

R = 54.32%
G = 14.86%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5438B (or 0xF5438B) is known color: Violet Red. HEX triplet: F5, 43 and 8B. RGB value is (245,67,139). Sum of RGB (Red+Green+Blue) = 245+67+139=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5438B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5438B is #0ABC74. Grayscale: #808080. Windows color (decimal): -703605 or 9126901. OLE color: 9126901.

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

Color convert

RGB 245 67 139 -
CMYK 0 0.73 0.43 0.04
HSL 335.73º 0.9% 0.61% -
HSV(B) 335.73º 0.73% 0.96% -
XYZ 44.32 25.29 26.97 -
YUV 128.43 133.97 211.15 -
System Red Green Blue C M Y K H S L
Decimal 245 67 139 0 0.73 0.43 0.04 335.73 0.9 0.61
Hex F5 43 8B 0 49 2B 4 150 5A 3D
Octal 365 103 213 0 111 53 4 520 132 75
Binary 11110101 1000011 10001011 0 1001001 101011 100 101010000 1011010 111101

Color Harmonies of #F5438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5438B

Black with #F5438B

Text Example


Text Example

White with #F5438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5438B; }

 p { color: rgb(245,67,139); }

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

background-color css

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

 a { background-color: rgb(245,67,139); }

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

border-color css

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

 span { border-color: rgb(245,67,139); }

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