Html Css Color HEX #F24ADB Free Speech Magenta

📋 copy color: '#F24ADB'

red 242 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #F24ADB

Tints of Free Speech Magenta #F24ADB

RGB

 RED value IS 242 (94.92% from 255) = 45.23%

 GREEN value IS 74 (29.3% from 255) = 13.83%

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

R = 45.23%
G = 13.83%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F24ADB (or 0xF24ADB) is known color: Free Speech Magenta. HEX triplet: F2, 4A and DB. RGB value is (242,74,219). Sum of RGB (Red+Green+Blue) = 242+74+219=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F24ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24ADB is #0DB524. Grayscale: #8C8C8C. Windows color (decimal): -898341 or 14371570. OLE color: 14371570.

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

Color convert

RGB 242 74 219 -
CMYK 0 0.69 0.10 0.05
HSL 308.21º 0.87% 0.62% -
HSV(B) 308.21º 0.69% 0.95% -
XYZ 51.85 28.89 69.86 -
YUV 140.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 242 74 219 0 0.69 0.10 0.05 308.21 0.87 0.62
Hex F2 4A DB 0 45 A 5 134 57 3E
Octal 362 112 333 0 105 12 5 464 127 76
Binary 11110010 1001010 11011011 0 1000101 1010 101 100110100 1010111 111110

Color Harmonies of #F24ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24ADB

Black with #F24ADB

Text Example


Text Example

White with #F24ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24ADB; }

 p { color: rgb(242,74,219); }

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

background-color css

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

 a { background-color: rgb(242,74,219); }

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

border-color css

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

 span { border-color: rgb(242,74,219); }

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