Html Css Color HEX #F13D85 Violet Red

📋 copy color: '#F13D85'

red 241 ◦ green 61 ◦ blue 133

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

Shades of Violet Red #F13D85

Tints of Violet Red #F13D85

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.02%

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 55.4%
G = 14.02%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F13D85 (or 0xF13D85) is known color: Violet Red. HEX triplet: F1, 3D and 85. RGB value is (241,61,133). Sum of RGB (Red+Green+Blue) = 241+61+133=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13D85 is #0EC27A. Grayscale: #7A7A7A. Windows color (decimal): -967291 or 8732145. OLE color: 8732145.

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

Color convert

RGB 241 61 133 -
CMYK 0 0.75 0.45 0.05
HSL 336º 0.87% 0.59% -
HSV(B) 336º 0.75% 0.95% -
XYZ 42.18 23.73 24.55 -
YUV 123.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 241 61 133 0 0.75 0.45 0.05 336 0.87 0.59
Hex F1 3D 85 0 4B 2D 5 150 57 3B
Octal 361 75 205 0 113 55 5 520 127 73
Binary 11110001 111101 10000101 0 1001011 101101 101 101010000 1010111 111011

Color Harmonies of #F13D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D85

Black with #F13D85

Text Example


Text Example

White with #F13D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D85; }

 p { color: rgb(241,61,133); }

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

background-color css

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

 a { background-color: rgb(241,61,133); }

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

border-color css

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

 span { border-color: rgb(241,61,133); }

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