Html Css Color HEX #F952D6 Free Speech Magenta

📋 copy color: '#F952D6'

red 249 ◦ green 82 ◦ blue 214

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

Shades of Free Speech Magenta #F952D6

Tints of Free Speech Magenta #F952D6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.05%

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 45.69%
G = 15.05%
B = 39.27%

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

#F952D6 (or 0xF952D6) is known color: Free Speech Magenta. HEX triplet: F9, 52 and D6. RGB value is (249,82,214). Sum of RGB (Red+Green+Blue) = 249+82+214=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 82 (32.42% from 255 or 15.05% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F952D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952D6 is #06AD29. Grayscale: #929292. Windows color (decimal): -437546 or 14045945. OLE color: 14045945.

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

Color convert

RGB 249 82 214 -
CMYK 0 0.67 0.14 0.02
HSL 312.57º 0.93% 0.65% -
HSV(B) 312.57º 0.67% 0.98% -
XYZ 54.22 31.03 66.75 -
YUV 146.98 165.83 200.77 -
System Red Green Blue C M Y K H S L
Decimal 249 82 214 0 0.67 0.14 0.02 312.57 0.93 0.65
Hex F9 52 D6 0 43 E 2 139 5D 41
Octal 371 122 326 0 103 16 2 471 135 101
Binary 11111001 1010010 11010110 0 1000011 1110 10 100111001 1011101 1000001

Color Harmonies of #F952D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F952D6

Black with #F952D6

Text Example


Text Example

White with #F952D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F952D6; }

 p { color: rgb(249,82,214); }

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

background-color css

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

 a { background-color: rgb(249,82,214); }

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

border-color css

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

 span { border-color: rgb(249,82,214); }

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