Html Css Color HEX #F263DB Free Speech Magenta

📋 copy color: '#F263DB'

red 242 ◦ green 99 ◦ blue 219

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

Shades of Free Speech Magenta #F263DB

Tints of Free Speech Magenta #F263DB

RGB

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

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

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

R = 43.21%
G = 17.68%
B = 39.11%

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

#F263DB (or 0xF263DB) is known color: Free Speech Magenta. HEX triplet: F2, 63 and DB. RGB value is (242,99,219). Sum of RGB (Red+Green+Blue) = 242+99+219=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F263DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263DB is #0D9C24. Grayscale: #9B9B9B. Windows color (decimal): -891941 or 14377970. OLE color: 14377970.

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

Color convert

RGB 242 99 219 -
CMYK 0 0.59 0.10 0.05
HSL 309.65º 0.85% 0.67% -
HSV(B) 309.65º 0.59% 0.95% -
XYZ 53.87 32.92 70.53 -
YUV 155.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 242 99 219 0 0.59 0.10 0.05 309.65 0.85 0.67
Hex F2 63 DB 0 3B A 5 136 55 43
Octal 362 143 333 0 73 12 5 466 125 103
Binary 11110010 1100011 11011011 0 111011 1010 101 100110110 1010101 1000011

Color Harmonies of #F263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263DB

Black with #F263DB

Text Example


Text Example

White with #F263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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