Html Css Color HEX #F260DA Free Speech Magenta

📋 copy color: '#F260DA'

red 242 ◦ green 96 ◦ blue 218

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

Shades of Free Speech Magenta #F260DA

Tints of Free Speech Magenta #F260DA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.27%

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 43.53%
G = 17.27%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F260DA (or 0xF260DA) is known color: Free Speech Magenta. HEX triplet: F2, 60 and DA. RGB value is (242,96,218). Sum of RGB (Red+Green+Blue) = 242+96+218=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F260DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260DA is #0D9F25. Grayscale: #999999. Windows color (decimal): -892710 or 14311666. OLE color: 14311666.

HSL color Cylindrical-coordinate representation of color #F260DA: hue angle of 309.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F260DA is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 218 -
CMYK 0 0.60 0.10 0.05
HSL 309.86º 0.85% 0.66% -
HSV(B) 309.86º 0.6% 0.95% -
XYZ 53.46 32.3 69.75 -
YUV 153.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 242 96 218 0 0.60 0.10 0.05 309.86 0.85 0.66
Hex F2 60 DA 0 3C A 5 136 55 42
Octal 362 140 332 0 74 12 5 466 125 102
Binary 11110010 1100000 11011010 0 111100 1010 101 100110110 1010101 1000010

Color Harmonies of #F260DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F260DA

Black with #F260DA

Text Example


Text Example

White with #F260DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F260DA; }

 p { color: rgb(242,96,218); }

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

background-color css

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

 a { background-color: rgb(242,96,218); }

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

border-color css

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

 span { border-color: rgb(242,96,218); }

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