Html Css Color HEX #F84CDD Free Speech Magenta

📋 copy color: '#F84CDD'

red 248 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #F84CDD

Tints of Free Speech Magenta #F84CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.94%

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 45.5%
G = 13.94%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F84CDD (or 0xF84CDD) is known color: Free Speech Magenta. HEX triplet: F8, 4C and DD. RGB value is (248,76,221). Sum of RGB (Red+Green+Blue) = 248+76+221=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 76 (30.08% from 255 or 13.94% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84CDD is #07B322. Grayscale: #8F8F8F. Windows color (decimal): -504611 or 14503160. OLE color: 14503160.

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

Color convert

RGB 248 76 221 -
CMYK 0 0.69 0.11 0.03
HSL 309.42º 0.92% 0.64% -
HSV(B) 309.42º 0.69% 0.97% -
XYZ 54.35 30.35 71.4 -
YUV 143.96 171.48 202.21 -
System Red Green Blue C M Y K H S L
Decimal 248 76 221 0 0.69 0.11 0.03 309.42 0.92 0.64
Hex F8 4C DD 0 45 B 3 135 5C 40
Octal 370 114 335 0 105 13 3 465 134 100
Binary 11111000 1001100 11011101 0 1000101 1011 11 100110101 1011100 1000000

Color Harmonies of #F84CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84CDD

Black with #F84CDD

Text Example


Text Example

White with #F84CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84CDD; }

 p { color: rgb(248,76,221); }

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

background-color css

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

 a { background-color: rgb(248,76,221); }

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

border-color css

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

 span { border-color: rgb(248,76,221); }

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