Html Css Color HEX #F853CE Free Speech Magenta

📋 copy color: '#F853CE'

red 248 ◦ green 83 ◦ blue 206

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

Shades of Free Speech Magenta #F853CE

Tints of Free Speech Magenta #F853CE

RGB

 RED value IS 248 (97.27% from 255) = 46.18%

 GREEN value IS 83 (32.81% from 255) = 15.46%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 46.18%
G = 15.46%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F853CE (or 0xF853CE) is known color: Free Speech Magenta. HEX triplet: F8, 53 and CE. RGB value is (248,83,206). Sum of RGB (Red+Green+Blue) = 248+83+206=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F853CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853CE is #07AC31. Grayscale: #929292. Windows color (decimal): -502834 or 13521912. OLE color: 13521912.

HSL color Cylindrical-coordinate representation of color #F853CE: hue angle of 315.27º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853CE is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 83 206 -
CMYK 0 0.67 0.17 0.03
HSL 315.27º 0.92% 0.65% -
HSV(B) 315.27º 0.67% 0.97% -
XYZ 52.95 30.6 61.51 -
YUV 146.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 248 83 206 0 0.67 0.17 0.03 315.27 0.92 0.65
Hex F8 53 CE 0 43 11 3 13B 5C 41
Octal 370 123 316 0 103 21 3 473 134 101
Binary 11111000 1010011 11001110 0 1000011 10001 11 100111011 1011100 1000001

Color Harmonies of #F853CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853CE

Black with #F853CE

Text Example


Text Example

White with #F853CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853CE; }

 p { color: rgb(248,83,206); }

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

background-color css

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

 a { background-color: rgb(248,83,206); }

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

border-color css

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

 span { border-color: rgb(248,83,206); }

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