Html Css Color HEX #F84FE4 Free Speech Magenta

📋 copy color: '#F84FE4'

red 248 ◦ green 79 ◦ blue 228

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

Shades of Free Speech Magenta #F84FE4

Tints of Free Speech Magenta #F84FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 44.68%
G = 14.23%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F84FE4 (or 0xF84FE4) is known color: Free Speech Magenta. HEX triplet: F8, 4F and E4. RGB value is (248,79,228). Sum of RGB (Red+Green+Blue) = 248+79+228=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 79 (31.25% from 255 or 14.23% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FE4 is #07B01B. Grayscale: #929292. Windows color (decimal): -503836 or 14962680. OLE color: 14962680.

HSL color Cylindrical-coordinate representation of color #F84FE4: hue angle of 307.1º 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 #F84FE4 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 79 228 -
CMYK 0 0.68 0.08 0.03
HSL 307.1º 0.92% 0.64% -
HSV(B) 307.1º 0.68% 0.97% -
XYZ 55.51 31.15 76.49 -
YUV 146.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 248 79 228 0 0.68 0.08 0.03 307.1 0.92 0.64
Hex F8 4F E4 0 44 8 3 133 5C 40
Octal 370 117 344 0 104 10 3 463 134 100
Binary 11111000 1001111 11100100 0 1000100 1000 11 100110011 1011100 1000000

Color Harmonies of #F84FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84FE4

Black with #F84FE4

Text Example


Text Example

White with #F84FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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