Html Css Color HEX #F952D3 Free Speech Magenta

📋 copy color: '#F952D3'

red 249 ◦ green 82 ◦ blue 211

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

Shades of Free Speech Magenta #F952D3

Tints of Free Speech Magenta #F952D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 45.94%
G = 15.13%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F952D3 (or 0xF952D3) is known color: Free Speech Magenta. HEX triplet: F9, 52 and D3. RGB value is (249,82,211). Sum of RGB (Red+Green+Blue) = 249+82+211=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F952D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952D3 is #06AD2C. Grayscale: #929292. Windows color (decimal): -437549 or 13849337. OLE color: 13849337.

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

Color convert

RGB 249 82 211 -
CMYK 0 0.67 0.15 0.02
HSL 313.65º 0.93% 0.65% -
HSV(B) 313.65º 0.67% 0.98% -
XYZ 53.84 30.88 64.75 -
YUV 146.64 164.33 201.01 -
System Red Green Blue C M Y K H S L
Decimal 249 82 211 0 0.67 0.15 0.02 313.65 0.93 0.65
Hex F9 52 D3 0 43 F 2 13A 5D 41
Octal 371 122 323 0 103 17 2 472 135 101
Binary 11111001 1010010 11010011 0 1000011 1111 10 100111010 1011101 1000001

Color Harmonies of #F952D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F952D3

Black with #F952D3

Text Example


Text Example

White with #F952D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F952D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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