Html Css Color HEX #F854D4 Free Speech Magenta

📋 copy color: '#F854D4'

red 248 ◦ green 84 ◦ blue 212

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

Shades of Free Speech Magenta #F854D4

Tints of Free Speech Magenta #F854D4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.44%

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 45.59%
G = 15.44%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F854D4 (or 0xF854D4) is known color: Free Speech Magenta. HEX triplet: F8, 54 and D4. RGB value is (248,84,212). Sum of RGB (Red+Green+Blue) = 248+84+212=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 84 (33.20% from 255 or 15.44% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F854D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F854D4 is #07AB2B. Grayscale: #939393. Windows color (decimal): -502572 or 13915384. OLE color: 13915384.

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

Color convert

RGB 248 84 212 -
CMYK 0 0.66 0.15 0.03
HSL 313.17º 0.92% 0.65% -
HSV(B) 313.17º 0.66% 0.97% -
XYZ 53.77 31.05 65.45 -
YUV 147.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 248 84 212 0 0.66 0.15 0.03 313.17 0.92 0.65
Hex F8 54 D4 0 42 F 3 139 5C 41
Octal 370 124 324 0 102 17 3 471 134 101
Binary 11111000 1010100 11010100 0 1000010 1111 11 100111001 1011100 1000001

Color Harmonies of #F854D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F854D4

Black with #F854D4

Text Example


Text Example

White with #F854D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F854D4; }

 p { color: rgb(248,84,212); }

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

background-color css

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

 a { background-color: rgb(248,84,212); }

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

border-color css

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

 span { border-color: rgb(248,84,212); }

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