Html Css Color HEX #F263DC Free Speech Magenta

📋 copy color: '#F263DC'

red 242 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #F263DC

Tints of Free Speech Magenta #F263DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.65%

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 43.14%
G = 17.65%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F263DC (or 0xF263DC) is known color: Free Speech Magenta. HEX triplet: F2, 63 and DC. RGB value is (242,99,220). Sum of RGB (Red+Green+Blue) = 242+99+220=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F263DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263DC is #0D9C23. Grayscale: #9B9B9B. Windows color (decimal): -891940 or 14443506. OLE color: 14443506.

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

Color convert

RGB 242 99 220 -
CMYK 0 0.59 0.09 0.05
HSL 309.23º 0.85% 0.67% -
HSV(B) 309.23º 0.59% 0.95% -
XYZ 54 32.97 71.23 -
YUV 155.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 242 99 220 0 0.59 0.09 0.05 309.23 0.85 0.67
Hex F2 63 DC 0 3B 9 5 135 55 43
Octal 362 143 334 0 73 11 5 465 125 103
Binary 11110010 1100011 11011100 0 111011 1001 101 100110101 1010101 1000011

Color Harmonies of #F263DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263DC

Black with #F263DC

Text Example


Text Example

White with #F263DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263DC; }

 p { color: rgb(242,99,220); }

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

background-color css

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

 a { background-color: rgb(242,99,220); }

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

border-color css

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

 span { border-color: rgb(242,99,220); }

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