Html Css Color HEX #F145DB Free Speech Magenta

📋 copy color: '#F145DB'

red 241 ◦ green 69 ◦ blue 219

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

Shades of Free Speech Magenta #F145DB

Tints of Free Speech Magenta #F145DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.04%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 45.56%
G = 13.04%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F145DB (or 0xF145DB) is known color: Free Speech Magenta. HEX triplet: F1, 45 and DB. RGB value is (241,69,219). Sum of RGB (Red+Green+Blue) = 241+69+219=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 69 (27.34% from 255 or 13.04% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F145DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145DB is #0EBA24. Grayscale: #898989. Windows color (decimal): -965157 or 14370289. OLE color: 14370289.

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

Color convert

RGB 241 69 219 -
CMYK 0 0.71 0.09 0.05
HSL 307.67º 0.86% 0.61% -
HSV(B) 307.67º 0.71% 0.95% -
XYZ 51.19 28.07 69.74 -
YUV 137.53 173.98 201.8 -
System Red Green Blue C M Y K H S L
Decimal 241 69 219 0 0.71 0.09 0.05 307.67 0.86 0.61
Hex F1 45 DB 0 47 9 5 134 56 3D
Octal 361 105 333 0 107 11 5 464 126 75
Binary 11110001 1000101 11011011 0 1000111 1001 101 100110100 1010110 111101

Color Harmonies of #F145DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145DB

Black with #F145DB

Text Example


Text Example

White with #F145DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145DB; }

 p { color: rgb(241,69,219); }

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

background-color css

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

 a { background-color: rgb(241,69,219); }

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

border-color css

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

 span { border-color: rgb(241,69,219); }

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