Html Css Color HEX #FB65DF Free Speech Magenta

📋 copy color: '#FB65DF'

red 251 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #FB65DF

Tints of Free Speech Magenta #FB65DF

RGB

 RED value IS 251 (98.44% from 255) = 43.65%

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

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

R = 43.65%
G = 17.57%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB65DF (or 0xFB65DF) is known color: Free Speech Magenta. HEX triplet: FB, 65 and DF. RGB value is (251,101,223). Sum of RGB (Red+Green+Blue) = 251+101+223=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65DF is #049A20. Grayscale: #9F9F9F. Windows color (decimal): -301601 or 14640635. OLE color: 14640635.

HSL color Cylindrical-coordinate representation of color #FB65DF: hue angle of 311.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65DF is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 101 223 -
CMYK 0 0.60 0.11 0.02
HSL 311.2º 0.95% 0.69% -
HSV(B) 311.2º 0.6% 0.98% -
XYZ 57.76 35.14 73.55 -
YUV 159.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 251 101 223 0 0.60 0.11 0.02 311.2 0.95 0.69
Hex FB 65 DF 0 3C B 2 137 5F 45
Octal 373 145 337 0 74 13 2 467 137 105
Binary 11111011 1100101 11011111 0 111100 1011 10 100110111 1011111 1000101

Color Harmonies of #FB65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB65DF

Black with #FB65DF

Text Example


Text Example

White with #FB65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB65DF; }

 p { color: rgb(251,101,223); }

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

background-color css

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

 a { background-color: rgb(251,101,223); }

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

border-color css

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

 span { border-color: rgb(251,101,223); }

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