Html Css Color HEX #F13B90 Violet Red

📋 copy color: '#F13B90'

red 241 ◦ green 59 ◦ blue 144

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

Shades of Violet Red #F13B90

Tints of Violet Red #F13B90

RGB

 RED value IS 241 (94.53% from 255) = 54.28%

 GREEN value IS 59 (23.44% from 255) = 13.29%

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 54.28%
G = 13.29%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F13B90 (or 0xF13B90) is known color: Violet Red. HEX triplet: F1, 3B and 90. RGB value is (241,59,144). Sum of RGB (Red+Green+Blue) = 241+59+144=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13B90 is #0EC46F. Grayscale: #7A7A7A. Windows color (decimal): -967792 or 9452529. OLE color: 9452529.

HSL color Cylindrical-coordinate representation of color #F13B90: hue angle of 331.98º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13B90 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 59 144 -
CMYK 0 0.76 0.40 0.05
HSL 331.98º 0.87% 0.59% -
HSV(B) 331.98º 0.76% 0.95% -
XYZ 42.87 23.84 28.73 -
YUV 123.11 139.8 212.09 -
System Red Green Blue C M Y K H S L
Decimal 241 59 144 0 0.76 0.40 0.05 331.98 0.87 0.59
Hex F1 3B 90 0 4C 28 5 14C 57 3B
Octal 361 73 220 0 114 50 5 514 127 73
Binary 11110001 111011 10010000 0 1001100 101000 101 101001100 1010111 111011

Color Harmonies of #F13B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13B90

Black with #F13B90

Text Example


Text Example

White with #F13B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13B90; }

 p { color: rgb(241,59,144); }

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

background-color css

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

 a { background-color: rgb(241,59,144); }

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

border-color css

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

 span { border-color: rgb(241,59,144); }

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