Html Css Color HEX #F967DF Free Speech Magenta

📋 copy color: '#F967DF'

red 249 ◦ green 103 ◦ blue 223

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

Shades of Free Speech Magenta #F967DF

Tints of Free Speech Magenta #F967DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.91%

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 43.3%
G = 17.91%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F967DF (or 0xF967DF) is known color: Free Speech Magenta. HEX triplet: F9, 67 and DF. RGB value is (249,103,223). Sum of RGB (Red+Green+Blue) = 249+103+223=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 103 (40.62% from 255 or 17.91% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F967DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967DF is #069820. Grayscale: #A0A0A0. Windows color (decimal): -432161 or 14641145. OLE color: 14641145.

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

Color convert

RGB 249 103 223 -
CMYK 0 0.59 0.10 0.02
HSL 310.68º 0.92% 0.69% -
HSV(B) 310.68º 0.59% 0.98% -
XYZ 57.24 35.17 73.58 -
YUV 160.33 163.37 191.24 -
System Red Green Blue C M Y K H S L
Decimal 249 103 223 0 0.59 0.10 0.02 310.68 0.92 0.69
Hex F9 67 DF 0 3B A 2 137 5C 45
Octal 371 147 337 0 73 12 2 467 134 105
Binary 11111001 1100111 11011111 0 111011 1010 10 100110111 1011100 1000101

Color Harmonies of #F967DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967DF

Black with #F967DF

Text Example


Text Example

White with #F967DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967DF; }

 p { color: rgb(249,103,223); }

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

background-color css

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

 a { background-color: rgb(249,103,223); }

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

border-color css

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

 span { border-color: rgb(249,103,223); }

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