Html Css Color HEX #F263D6 Free Speech Magenta

📋 copy color: '#F263D6'

red 242 ◦ green 99 ◦ blue 214

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

Shades of Free Speech Magenta #F263D6

Tints of Free Speech Magenta #F263D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.56%

R = 43.6%
G = 17.84%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F263D6 (or 0xF263D6) is known color: Free Speech Magenta. HEX triplet: F2, 63 and D6. RGB value is (242,99,214). Sum of RGB (Red+Green+Blue) = 242+99+214=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F263D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263D6 is #0D9C29. Grayscale: #9A9A9A. Windows color (decimal): -891946 or 14050290. OLE color: 14050290.

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

Color convert

RGB 242 99 214 -
CMYK 0 0.59 0.12 0.05
HSL 311.75º 0.85% 0.67% -
HSV(B) 311.75º 0.59% 0.95% -
XYZ 53.22 32.66 67.12 -
YUV 154.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 242 99 214 0 0.59 0.12 0.05 311.75 0.85 0.67
Hex F2 63 D6 0 3B C 5 138 55 43
Octal 362 143 326 0 73 14 5 470 125 103
Binary 11110010 1100011 11010110 0 111011 1100 101 100111000 1010101 1000011

Color Harmonies of #F263D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F263D6

Black with #F263D6

Text Example


Text Example

White with #F263D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F263D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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