Html Css Color HEX #F84FE7 Free Speech Magenta

📋 copy color: '#F84FE7'

red 248 ◦ green 79 ◦ blue 231

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

Shades of Free Speech Magenta #F84FE7

Tints of Free Speech Magenta #F84FE7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.16%

 BLUE value IS 231 (90.63% from 255) = 41.4%

R = 44.44%
G = 14.16%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F84FE7 (or 0xF84FE7) is known color: Free Speech Magenta. HEX triplet: F8, 4F and E7. RGB value is (248,79,231). Sum of RGB (Red+Green+Blue) = 248+79+231=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 79 (31.25% from 255 or 14.16% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84FE7 is #07B018. Grayscale: #929292. Windows color (decimal): -503833 or 15159288. OLE color: 15159288.

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

Color convert

RGB 248 79 231 -
CMYK 0 0.68 0.07 0.03
HSL 306.04º 0.92% 0.64% -
HSV(B) 306.04º 0.68% 0.97% -
XYZ 55.93 31.32 78.7 -
YUV 146.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 248 79 231 0 0.68 0.07 0.03 306.04 0.92 0.64
Hex F8 4F E7 0 44 7 3 132 5C 40
Octal 370 117 347 0 104 7 3 462 134 100
Binary 11111000 1001111 11100111 0 1000100 111 11 100110010 1011100 1000000

Color Harmonies of #F84FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84FE7

Black with #F84FE7

Text Example


Text Example

White with #F84FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84FE7; }

 p { color: rgb(248,79,231); }

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

background-color css

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

 a { background-color: rgb(248,79,231); }

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

border-color css

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

 span { border-color: rgb(248,79,231); }

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