Html Css Color HEX #F951D5 Free Speech Magenta

📋 copy color: '#F951D5'

red 249 ◦ green 81 ◦ blue 213

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

Shades of Free Speech Magenta #F951D5

Tints of Free Speech Magenta #F951D5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.92%

 BLUE value IS 213 (83.59% from 255) = 39.23%

R = 45.86%
G = 14.92%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F951D5 (or 0xF951D5) is known color: Free Speech Magenta. HEX triplet: F9, 51 and D5. RGB value is (249,81,213). Sum of RGB (Red+Green+Blue) = 249+81+213=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F951D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951D5 is #06AE2A. Grayscale: #919191. Windows color (decimal): -437803 or 13980153. OLE color: 13980153.

HSL color Cylindrical-coordinate representation of color #F951D5: hue angle of 312.86º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951D5 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 81 213 -
CMYK 0 0.67 0.14 0.02
HSL 312.86º 0.93% 0.65% -
HSV(B) 312.86º 0.67% 0.98% -
XYZ 54.02 30.83 66.05 -
YUV 146.28 165.66 201.27 -
System Red Green Blue C M Y K H S L
Decimal 249 81 213 0 0.67 0.14 0.02 312.86 0.93 0.65
Hex F9 51 D5 0 43 E 2 139 5D 41
Octal 371 121 325 0 103 16 2 471 135 101
Binary 11111001 1010001 11010101 0 1000011 1110 10 100111001 1011101 1000001

Color Harmonies of #F951D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F951D5

Black with #F951D5

Text Example


Text Example

White with #F951D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F951D5; }

 p { color: rgb(249,81,213); }

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

background-color css

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

 a { background-color: rgb(249,81,213); }

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

border-color css

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

 span { border-color: rgb(249,81,213); }

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