Html Css Color HEX #F951D0 Free Speech Magenta

📋 copy color: '#F951D0'

red 249 ◦ green 81 ◦ blue 208

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

Shades of Free Speech Magenta #F951D0

Tints of Free Speech Magenta #F951D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 46.28%
G = 15.06%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F951D0 (or 0xF951D0) is known color: Free Speech Magenta. HEX triplet: F9, 51 and D0. RGB value is (249,81,208). Sum of RGB (Red+Green+Blue) = 249+81+208=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 81 (32.03% from 255 or 15.06% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F951D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951D0 is #06AE2F. Grayscale: #919191. Windows color (decimal): -437808 or 13652473. OLE color: 13652473.

HSL color Cylindrical-coordinate representation of color #F951D0: hue angle of 314.64º 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 #F951D0 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 81 208 -
CMYK 0 0.67 0.16 0.02
HSL 314.64º 0.93% 0.65% -
HSV(B) 314.64º 0.67% 0.98% -
XYZ 53.39 30.58 62.76 -
YUV 145.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 249 81 208 0 0.67 0.16 0.02 314.64 0.93 0.65
Hex F9 51 D0 0 43 10 2 13B 5D 41
Octal 371 121 320 0 103 20 2 473 135 101
Binary 11111001 1010001 11010000 0 1000011 10000 10 100111011 1011101 1000001

Color Harmonies of #F951D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F951D0

Black with #F951D0

Text Example


Text Example

White with #F951D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F951D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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