Html Css Color HEX #F1447F Violet Red

📋 copy color: '#F1447F'

red 241 ◦ green 68 ◦ blue 127

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

Shades of Violet Red #F1447F

Tints of Violet Red #F1447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.13%

R = 55.28%
G = 15.6%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1447F (or 0xF1447F) is known color: Violet Red. HEX triplet: F1, 44 and 7F. RGB value is (241,68,127). Sum of RGB (Red+Green+Blue) = 241+68+127=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1447F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1447F is #0EBB80. Grayscale: #7E7E7E. Windows color (decimal): -965505 or 8340721. OLE color: 8340721.

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

Color convert

RGB 241 68 127 -
CMYK 0 0.72 0.47 0.05
HSL 339.54º 0.86% 0.61% -
HSV(B) 339.54º 0.72% 0.95% -
XYZ 42.17 24.37 22.56 -
YUV 126.45 128.31 209.7 -
System Red Green Blue C M Y K H S L
Decimal 241 68 127 0 0.72 0.47 0.05 339.54 0.86 0.61
Hex F1 44 7F 0 48 2F 5 154 56 3D
Octal 361 104 177 0 110 57 5 524 126 75
Binary 11110001 1000100 1111111 0 1001000 101111 101 101010100 1010110 111101

Color Harmonies of #F1447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1447F

Black with #F1447F

Text Example


Text Example

White with #F1447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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