Html Css Color HEX #F965DB Free Speech Magenta

📋 copy color: '#F965DB'

red 249 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #F965DB

Tints of Free Speech Magenta #F965DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.75%

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 43.76%
G = 17.75%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F965DB (or 0xF965DB) is known color: Free Speech Magenta. HEX triplet: F9, 65 and DB. RGB value is (249,101,219). Sum of RGB (Red+Green+Blue) = 249+101+219=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F965DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965DB is #069A24. Grayscale: #9E9E9E. Windows color (decimal): -432677 or 14378489. OLE color: 14378489.

HSL color Cylindrical-coordinate representation of color #F965DB: hue angle of 312.16º degrees, saturation: 0.93, 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 #F965DB is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 101 219 -
CMYK 0 0.59 0.12 0.02
HSL 312.16º 0.93% 0.69% -
HSV(B) 312.16º 0.59% 0.98% -
XYZ 56.51 34.56 70.71 -
YUV 158.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 249 101 219 0 0.59 0.12 0.02 312.16 0.93 0.69
Hex F9 65 DB 0 3B C 2 138 5C 45
Octal 371 145 333 0 73 14 2 470 134 105
Binary 11111001 1100101 11011011 0 111011 1100 10 100111000 1011100 1000101

Color Harmonies of #F965DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965DB

Black with #F965DB

Text Example


Text Example

White with #F965DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965DB; }

 p { color: rgb(249,101,219); }

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

background-color css

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

 a { background-color: rgb(249,101,219); }

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

border-color css

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

 span { border-color: rgb(249,101,219); }

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