Html Css Color HEX #F148D2 Free Speech Magenta

📋 copy color: '#F148D2'

red 241 ◦ green 72 ◦ blue 210

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

Shades of Free Speech Magenta #F148D2

Tints of Free Speech Magenta #F148D2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.77%

 BLUE value IS 210 (82.42% from 255) = 40.15%

R = 46.08%
G = 13.77%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F148D2 (or 0xF148D2) is known color: Free Speech Magenta. HEX triplet: F1, 48 and D2. RGB value is (241,72,210). Sum of RGB (Red+Green+Blue) = 241+72+210=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F148D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F148D2 is #0EB72D. Grayscale: #898989. Windows color (decimal): -964398 or 13781233. OLE color: 13781233.

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

Color convert

RGB 241 72 210 -
CMYK 0 0.70 0.13 0.05
HSL 311.01º 0.86% 0.61% -
HSV(B) 311.01º 0.7% 0.95% -
XYZ 50.23 27.99 63.73 -
YUV 138.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 241 72 210 0 0.70 0.13 0.05 311.01 0.86 0.61
Hex F1 48 D2 0 46 D 5 137 56 3D
Octal 361 110 322 0 106 15 5 467 126 75
Binary 11110001 1001000 11010010 0 1000110 1101 101 100110111 1010110 111101

Color Harmonies of #F148D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F148D2

Black with #F148D2

Text Example


Text Example

White with #F148D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F148D2; }

 p { color: rgb(241,72,210); }

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

background-color css

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

 a { background-color: rgb(241,72,210); }

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

border-color css

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

 span { border-color: rgb(241,72,210); }

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