Html Css Color HEX #F263D9 Free Speech Magenta

📋 copy color: '#F263D9'

red 242 ◦ green 99 ◦ blue 217

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

Shades of Free Speech Magenta #F263D9

Tints of Free Speech Magenta #F263D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.89%

R = 43.37%
G = 17.74%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F263D9 (or 0xF263D9) is known color: Free Speech Magenta. HEX triplet: F2, 63 and D9. RGB value is (242,99,217). Sum of RGB (Red+Green+Blue) = 242+99+217=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F263D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263D9 is #0D9C26. Grayscale: #9A9A9A. Windows color (decimal): -891943 or 14246898. OLE color: 14246898.

HSL color Cylindrical-coordinate representation of color #F263D9: hue angle of 310.49º 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 #F263D9 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 99 217 -
CMYK 0 0.59 0.10 0.05
HSL 310.49º 0.85% 0.67% -
HSV(B) 310.49º 0.59% 0.95% -
XYZ 53.6 32.81 69.15 -
YUV 155.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 242 99 217 0 0.59 0.10 0.05 310.49 0.85 0.67
Hex F2 63 D9 0 3B A 5 136 55 43
Octal 362 143 331 0 73 12 5 466 125 103
Binary 11110010 1100011 11011001 0 111011 1010 101 100110110 1010101 1000011

Color Harmonies of #F263D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263D9

Black with #F263D9

Text Example


Text Example

White with #F263D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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