Html Css Color HEX #F94CDA Free Speech Magenta

📋 copy color: '#F94CDA'

red 249 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Magenta #F94CDA

Tints of Free Speech Magenta #F94CDA

RGB

 RED value IS 249 (97.66% from 255) = 45.86%

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 45.86%
G = 14%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F94CDA (or 0xF94CDA) is known color: Free Speech Magenta. HEX triplet: F9, 4C and DA. RGB value is (249,76,218). Sum of RGB (Red+Green+Blue) = 249+76+218=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 76 (30.08% from 255 or 14.00% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CDA is #06B325. Grayscale: #8F8F8F. Windows color (decimal): -439078 or 14306553. OLE color: 14306553.

HSL color Cylindrical-coordinate representation of color #F94CDA: hue angle of 310.75º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94CDA is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 76 218 -
CMYK 0 0.69 0.12 0.02
HSL 310.75º 0.94% 0.64% -
HSV(B) 310.75º 0.69% 0.98% -
XYZ 54.31 30.37 69.33 -
YUV 143.92 169.81 202.95 -
System Red Green Blue C M Y K H S L
Decimal 249 76 218 0 0.69 0.12 0.02 310.75 0.94 0.64
Hex F9 4C DA 0 45 C 2 137 5E 40
Octal 371 114 332 0 105 14 2 467 136 100
Binary 11111001 1001100 11011010 0 1000101 1100 10 100110111 1011110 1000000

Color Harmonies of #F94CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CDA

Black with #F94CDA

Text Example


Text Example

White with #F94CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CDA; }

 p { color: rgb(249,76,218); }

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

background-color css

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

 a { background-color: rgb(249,76,218); }

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

border-color css

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

 span { border-color: rgb(249,76,218); }

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