Html Css Color HEX #F1447D Violet Red

📋 copy color: '#F1447D'

red 241 ◦ green 68 ◦ blue 125

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

Shades of Violet Red #F1447D

Tints of Violet Red #F1447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 55.53%
G = 15.67%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1447D (or 0xF1447D) is known color: Violet Red. HEX triplet: F1, 44 and 7D. RGB value is (241,68,125). Sum of RGB (Red+Green+Blue) = 241+68+125=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1447D is #0EBB82. Grayscale: #7E7E7E. Windows color (decimal): -965507 or 8209649. OLE color: 8209649.

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

Color convert

RGB 241 68 125 -
CMYK 0 0.72 0.48 0.05
HSL 340.23º 0.86% 0.61% -
HSV(B) 340.23º 0.72% 0.95% -
XYZ 42.04 24.32 21.88 -
YUV 126.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 241 68 125 0 0.72 0.48 0.05 340.23 0.86 0.61
Hex F1 44 7D 0 48 30 5 154 56 3D
Octal 361 104 175 0 110 60 5 524 126 75
Binary 11110001 1000100 1111101 0 1001000 110000 101 101010100 1010110 111101

Color Harmonies of #F1447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1447D

Black with #F1447D

Text Example


Text Example

White with #F1447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1447D; }

 p { color: rgb(241,68,125); }

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

background-color css

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

 a { background-color: rgb(241,68,125); }

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

border-color css

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

 span { border-color: rgb(241,68,125); }

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