Html Css Color HEX #F26ADB Free Speech Magenta

📋 copy color: '#F26ADB'

red 242 ◦ green 106 ◦ blue 219

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

Shades of Free Speech Magenta #F26ADB

Tints of Free Speech Magenta #F26ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.69%

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

R = 42.68%
G = 18.69%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F26ADB (or 0xF26ADB) is known color: Free Speech Magenta. HEX triplet: F2, 6A and DB. RGB value is (242,106,219). Sum of RGB (Red+Green+Blue) = 242+106+219=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F26ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26ADB is #0D9524. Grayscale: #9F9F9F. Windows color (decimal): -890149 or 14379762. OLE color: 14379762.

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

Color convert

RGB 242 106 219 -
CMYK 0 0.56 0.10 0.05
HSL 310.15º 0.84% 0.68% -
HSV(B) 310.15º 0.56% 0.95% -
XYZ 54.56 34.3 70.76 -
YUV 159.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 242 106 219 0 0.56 0.10 0.05 310.15 0.84 0.68
Hex F2 6A DB 0 38 A 5 136 54 44
Octal 362 152 333 0 70 12 5 466 124 104
Binary 11110010 1101010 11011011 0 111000 1010 101 100110110 1010100 1000100

Color Harmonies of #F26ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26ADB

Black with #F26ADB

Text Example


Text Example

White with #F26ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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